All header includes will now be enumerated in main.hpp

This commit is contained in:
CobaltXII
2018-12-28 15:05:43 -05:00
parent f38fcdd644
commit 46ecc76d29
2 changed files with 13 additions and 12 deletions

View File

@@ -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.