- another round of filename corrections
[genesis3d.git] / GBSPLib / Portals.cpp
similarity index 95%
rename from GBSPLib/PORTALS.CPP
rename to GBSPLib/Portals.cpp
index 1883ab1..b6b6973 100644 (file)
 /*  Copyright (C) 1999 WildTangent, Inc. All Rights Reserved           */\r
 /*                                                                                      */\r
 /****************************************************************************************/\r
-#include <Windows.h>\r
-#include <Stdio.h>\r
-#include <Assert.h>\r
+#include <windows.h>\r
+#include <stdio.h>\r
+#include <assert.h>\r
 \r
 #include "Portals.h"\r
 #include "Poly.h"\r
-#include "Bsp.h"\r
+#include "BSP.h"\r
 #include "GBSPFile.h"\r
 #include "Leaf.h"\r
 #include "Utils.h"\r
 #include "Map.h"\r
 \r
-#include "Ram.h"\r
+#include "include/Ram.h"\r
 \r
 GBSP_Node      *OutsideNode;\r
 geVec3d                NodeMins, NodeMaxs;\r