1
0
mirror of https://github.com/OpenTrespasser/JurassicParkTrespasser.git synced 2025-01-01 21:41:58 +00:00

AITestShell.cpp: adjust include directives for case sensitivity

This commit is contained in:
Michael 2020-11-15 21:46:09 +01:00
parent 403aba150b
commit 183c52d5f0

View File

@ -101,7 +101,7 @@
#include "Common.hpp"
#include "common.hpp"
#include "AITestShell.hpp"
#include "Lib/GeomDBase/PartitionPriv.hpp"
@ -113,7 +113,7 @@
#include "Lib/View/RasterVid.hpp"
#include "Lib/View/ColourBase.hpp"
#include "Lib/Renderer/ScreenRender.hpp"
#include "Shell/WinShell.hpp"
#include "Shell/winshell.hpp"
#include "Shell/AppShell.hpp"
#include "Shell/WinEvent.hpp"
#include "Lib/Sys/W95/Render.hpp"