JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added rocks.pov. look good, but need processing (cropping, transparency, filenames...)
[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