* Add newlines at the end of files.
[matthijs/ABM2.git] / ABM2 / Engine / engine.h
index 9fe5375978acdeb6372712808d668455feaeaa3a..cd685faa7d70b0cd90f6c24e8e7a302f529837bd 100755 (executable)
 #include <fmod.h>\r
 */\r
 //foundation layer headers\r
-#include "log.h"\r
+#include "Log.h"\r
 #include "mmanager.h"\r
 #include "singleton.h"\r
 #include "functor.h"\r
 #include "dator.h"\r
-#include "kernel.h"\r
-#include "settings.h"\r
+#include "Kernel.h"\r
+#include "Settings.h"\r
 #include "profiler.h"\r
-#include "profileloghandler.h"\r
+#include "ProfileLogHandler.h"\r
 \r
 \r
 //task pool\r
-#include "videoupdate.h"\r
-#include "globalTimer.h"\r
-#include "inputtask.h"\r
-#include "soundtask.h"\r
+#include "VideoUpdate.h"\r
+#include "GlobalTimer.h"\r
+#include "InputTask.h"\r
+#include "SoundTask.h"\r
 \r
 //misc\r
 #include "misc.h"\r
 #include "math.h"\r
 \r
-#endif
\ No newline at end of file
+#endif\r