From 97edcc167442dbb794191cbb2f722e0a02f1d159 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Fri, 23 Mar 2012 19:43:42 +0100 Subject: Fixes in auto* modules - fixed missing #includes and case in file names - fixed syntax errors reported by GCC - did not fix issues #8 and #17 --- src/auto.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/auto.cpp') diff --git a/src/auto.cpp b/src/auto.cpp index 5a4a287..9711423 100644 --- a/src/auto.cpp +++ b/src/auto.cpp @@ -22,8 +22,8 @@ #include #include "struct.h" -#include "D3DEngine.h" -#include "D3DMath.h" +#include "d3dengine.h" +#include "d3dmath.h" #include "event.h" #include "misc.h" #include "iman.h" -- cgit v1.2.3-1-g7c22