summaryrefslogtreecommitdiffstats
path: root/src/robotmain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/robotmain.cpp')
-rw-r--r--src/robotmain.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/robotmain.cpp b/src/robotmain.cpp
index 979326b..a6d92e5 100644
--- a/src/robotmain.cpp
+++ b/src/robotmain.cpp
@@ -23,10 +23,10 @@
#include <stdio.h>
#include <d3d.h>
-#include "cbot/cbotdll.h"
+#include "CBot/CBotDll.h"
#include "struct.h"
-#include "D3DEngine.h"
-#include "D3DMath.h"
+#include "d3dengine.h"
+#include "d3dmath.h"
#include "language.h"
#include "global.h"
#include "event.h"
@@ -95,7 +95,7 @@ float g_unit; // conversion factor
-#include "classfile.cpp"
+#include "ClassFILE.cpp"