All header includes will now be enumerated in main.hpp
This commit is contained in:
13
src/main.cpp
13
src/main.cpp
@@ -6,18 +6,7 @@ By CobaltXII
|
||||
|
||||
*/
|
||||
|
||||
#include <iostream>
|
||||
|
||||
// GLAD is used as the loader for OpenGL functions. On operating systems such
|
||||
// as OS X, a loader is not necessarily needed. However, on most other
|
||||
// systems, a loader is required in order to use any OpenGL functions.
|
||||
|
||||
#include <glad/glad.h>
|
||||
|
||||
// SDL2 is used as the multimedia interface for Minceraft. It provides
|
||||
// cross-platform functions that allow easy access to the operating system.
|
||||
|
||||
#include <SDL.h>
|
||||
#include "main.hpp"
|
||||
|
||||
// The entry point.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user