- another round of filename corrections
[genesis3d.git] / GBSPLib / Brush2.h
similarity index 94%
rename from GBSPLib/BRUSH2.H
rename to GBSPLib/Brush2.h
index 38530ed..85846b9 100644 (file)
 #ifndef BRUSH2_H\r
 #define BRUSH2_H\r
 \r
-#include <Windows.h>\r
+#include <windows.h>\r
 \r
-#include "Mathlib.h"\r
+#include "MathLib.h"\r
 #include "Map.h"\r
 \r
-#include "VFile.h"\r
-#include "Vec3d.h"\r
+#include "include/VFile.h"\r
+#include "include/Vec3d.h"\r
 \r
 #define        NUM_BRUSH_DEFAULT_SIDES         6\r
 \r
@@ -91,4 +91,4 @@ GBSP_Brush    *CSGBrushes(GBSP_Brush *Head);
 geBoolean      OutputBrushes(char *FileName, GBSP_Brush *Brushes);\r
 geBoolean      OutputMapBrushes(char *FileName, MAP_Brush *Brushes);\r
 \r
-#endif
\ No newline at end of file
+#endif\r