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,6 +1,6 @@
#pragma once
#include <list>
#include "SDL/SDL.h"
#include "SDL2/SDL.h"
#include "GameInfo.h"
#include "DrawManager.h"
#include "InputManager.h"