Windows Support
This commit is contained in:
@@ -12,7 +12,13 @@
|
||||
|
||||
|
||||
// Include STB
|
||||
#include <GLUT/glut.h>
|
||||
#if defined(use_freeglut)
|
||||
# include <glad/glad.h>
|
||||
# define FREEGLUT_STATIC
|
||||
# include <gl/freeglut.h>
|
||||
#else
|
||||
# include <GLUT/glut.h>
|
||||
#endif
|
||||
#define STB_IMAGE_IMPLEMENTATION
|
||||
#include <stb_image/stb_image.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user