- file renaming and includes done
[genesis3d.git] / G3D / QKFrame.c
similarity index 96%
rename from G3D/Actor/QKFrame.c
rename to G3D/QKFrame.c
index 5ce7aa1..f7cc97b 100644 (file)
 #include <string.h>\r
 #include <stdio.h>\r
 \r
-#include "vec3d.h"\r
+#include "Vec3d.h"\r
 #include "QKFrame.h"\r
-#include "errorlog.h"\r
-#include "ram.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