Managed to get compiling under ubuntu
This commit is contained in:
@ -11,10 +11,12 @@
|
||||
// Static Libs
|
||||
#include <cglm/cglm.h>
|
||||
|
||||
#if SETTING_USE_GLAD == 1
|
||||
#include <glad/glad.h>
|
||||
#endif
|
||||
|
||||
#if SETTING_PLATFORM == SETTING_PLATFORM_GLFW
|
||||
#include <glad/glad.h>
|
||||
#elif SETTING_PLATFORM == SETTING_PLATFORM_SDL
|
||||
#include <glad/glad.h>
|
||||
#include <SDL.h>
|
||||
#include <SDL_opengl.h>
|
||||
#include <SDL_opengles2.h>
|
||||
@ -29,6 +31,7 @@
|
||||
#include <stdbool.h>
|
||||
#include <malloc.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
|
||||
#if defined(_WIN32) || defined(_WIN64)
|
||||
// Windows Fixes
|
||||
|
Reference in New Issue
Block a user