foo
[regis] / x3d.h
diff --git a/x3d.h b/x3d.h
index 2b5ac2b..02fd3c3 100644 (file)
--- a/x3d.h
+++ b/x3d.h
@@ -26,6 +26,10 @@ void x3d_vertex_array(int count, const int32_t *ptr);
 int x3d_draw(int prim, int vnum);
 int x3d_draw_indexed(int prim, int count, uint16_t *ptr);
 
+void x3d_begin(int mode);
+void x3d_end(void);
+
+void x3d_vertex(int32_t x, int32_t y, int32_t z);
 void x3d_color_index(int cidx);
 
 #endif /* X3D_H_ */