Windows compatibility fixes
This commit is contained in:
@@ -4,8 +4,13 @@
|
||||
#include "global_vars.hpp"
|
||||
#include "../sdlpp/sdlpp_mouse.hpp"
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <SDL2/SDL_events.h>
|
||||
#include <SDL2/SDL_mouse.h>
|
||||
#else
|
||||
#include "../sdlpp/SDL2/SDL_events.h"
|
||||
#include "../sdlpp/SDL2/SDL_mouse.h"
|
||||
#endif
|
||||
#include <thread>
|
||||
|
||||
constexpr uint64_t MAIN_MENU_RESUME = 0;
|
||||
|
||||
Reference in New Issue
Block a user