Windows Support

This commit is contained in:
Colton Staiduhar
2026-02-11 21:14:40 -05:00
parent c253b687eb
commit 21c67236dd
5 changed files with 111 additions and 19 deletions

View File

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