added two new global pointers in demo.h: vmem_back and vmem_front, and
[dosdemo] / src / 3dgfx.h
index 68d0783..c80ded1 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef THREEDGFX_H_
 #define THREEDGFX_H_
 
+#include "inttypes.h"
+
 struct g3d_vertex {
        float x, y, z, w;
        float nx, ny, nz;