JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
rock generation mostly works now.
[vor.git] / debug.h
1 #ifndef VOR_DEBUG_H
2 #define VOR_DEBUG_H
3
4 #include <SDL.h>
5
6 void printf_surface(SDL_Surface *s, char *name);
7
8 #endif // VOR_DEBUG_H