- file renaming and includes done
[genesis3d.git] / G3D / BitmapList.c
similarity index 95%
rename from G3D/Engine/BitmapList.c
rename to G3D/BitmapList.c
index 9e05bb6..6b573de 100644 (file)
 /*  Copyright (C) 1999 WildTangent, Inc. All Rights Reserved           */\r
 /*                                                                                      */\r
 /****************************************************************************************/\r
-#include <Assert.h>\r
-\r
+#include <assert.h>\r
 #ifdef _DEBUG\r
 #include <windows.h>\r
 #endif\r
-\r
 #include <stdio.h>\r
 #include <memory.h>\r
 \r
 #include "DCommon.h"\r
 #include "Bitmap.h"\r
 #include "Bitmap._h"\r
-#include "list.h"\r
-#include "mempool.h"\r
-#include "errorlog.h"\r
-#include "ram.h"\r
+#include "List.h"\r
+#include "MemPool.h"\r
+#include "ErrorLog.h"\r
+#include "Ram.h"\r
 //#include "tsc.h"\r
 \r
 struct BitmapList\r