- file renaming and includes done
[genesis3d.git] / G3D / PixelFormat.c
similarity index 96%
rename from G3D/Bitmap/PixelFormat.c
rename to G3D/PixelFormat.c
index 4a8ec0d..591536f 100644 (file)
@@ -36,7 +36,7 @@ this code only work on Intel-Endian CPU's
 \r
 #include <stdlib.h>\r
 #include <assert.h>\r
-#include "pixelformat.h"\r
+#include "PixelFormat.h"\r
 \r
 #define isinrange(x,lo,hi)     ( (x)>=(lo) && (x)<=(hi) )\r
 \r