More tidying of include files for VS2019 compatibility (plus more correct!)

Signed-off-by: Adrian Conlon <adrian.conlon@gmail.com>
This commit is contained in:
Adrian Conlon
2021-05-29 12:18:13 +01:00
parent 502c554e84
commit 2f76e901f9
44 changed files with 96 additions and 94 deletions

View File

@@ -1,6 +1,6 @@
#include "stdafx.h"
#include "GameController.h"
#include "Game.h"
#include "../inc/GameController.h"
#include "../inc/Game.h"
namespace Gaming {