- file renaming and includes done
[genesis3d.git] / G3D / VKFrame.c
similarity index 96%
rename from G3D/Actor/vkframe.c
rename to G3D/VKFrame.c
index 8f24c8c..200fd9c 100644 (file)
 #include <string.h>\r
 #include <stdio.h>\r
 \r
-#include "vec3d.h"\r
-#include "vkframe.h"\r
-#include "errorlog.h"\r
-#include "ram.h"\r
+#include "Vec3d.h"\r
+#include "VKFrame.h"\r
+#include "ErrorLog.h"\r
+#include "Ram.h"\r
 \r
 #define LINEAR_BLEND(a,b,t)  ( (t)*((b)-(a)) + (a) )   \r
                        // linear blend of a and b  0<t<1 where  t=0 ->a and t=1 ->b\r