Debug info for particles allocation

This commit is contained in:
Simon Robertshaw
2011-08-11 20:12:52 +01:00
parent 4f8720eecc
commit d5435c50a9
6 changed files with 40 additions and 0 deletions

View File

@@ -160,6 +160,8 @@ void render_cursor(pixel *vid, int x, int y, int t, int rx, int ry);
int sdl_open(void);
int draw_debug_info(pixel* vid);
#ifdef OpenGL
void Enable2D ();
void RenderScene ();