windows port, minor fixes

This commit is contained in:
2023-05-31 21:31:44 -04:00
parent 65c8ca3260
commit d5d5b3530d
3 changed files with 8 additions and 2 deletions

View File

@ -5,6 +5,10 @@
#pragma once
#ifdef _WIN32
#define GLEW_STATIC
#endif
#include <GL/glew.h>
void glew_init(void);

View File

@ -5,6 +5,8 @@
#pragma once
#define SDL_MAIN_HANDLED
#include <SDL2/SDL.h>
#include <SDL2/SDL_mixer.h>
#include <SDL2/SDL_ttf.h>