should probably put access to all sdl header files into 1 location...
This commit is contained in:
marauder2k7 2023-07-25 05:29:48 +01:00
parent cf874b55e3
commit ec5624f890
10 changed files with 13 additions and 13 deletions

View file

@ -28,7 +28,7 @@
#include "sdlInput.h"
#include "platform/platformInput.h"
#include "sdlInputManager.h"
#include "SDL.h"
#include <sdl/include/SDL.h>
// Static class variables:
InputManager* Input::smManager = NULL;