3d cube and dirty drawing
[dos_low3d] / src / 3dgfx.h
index f4a1d28..d109ffd 100644 (file)
@@ -21,12 +21,18 @@ extern unsigned char *g3d_fbpixels;
 extern int g3d_width, g3d_height;
 extern int g3d_curcidx;
 
+extern int g3d_bbox[4];
+
 
 int g3d_init(void);
 void g3d_shutdown(void);
 
 void g3d_framebuffer(int width, int height, void *fb);
 
+void g3d_reset_dirty(void);
+void g3d_clear_dirty(void);
+void g3d_copy_dirty(void);
+
 void g3d_modelview(const int32_t *m);
 void g3d_projection(const int32_t *m);