Paths ready for SDL2

This commit is contained in:
2021-05-09 06:49:15 +02:00
parent 4cd02fe5dc
commit 6fb53a6435
14 changed files with 22 additions and 31 deletions

View File

@@ -1,5 +1,5 @@
#pragma once
#include "SDL/SDL.h"
#include "SDL2/SDL.h"
#include "GameInfo.h"
class InputManager
@@ -30,7 +30,7 @@ public:
bool finestraActiva;
private:
Uint8 *keystates;
const Uint8 *keystates;
GameInfo *gameInfo;
SDL_Event event;