X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=debug.h;fp=debug.h;h=01d90a80d096600ac5d931b2d98ad6ed03adc4f5;hp=0000000000000000000000000000000000000000;hb=232d1b5f32a2d72f4d3fe7326f942bb7887a7f40;hpb=f8a1bfd0744369a492554476fd8a57484c581a5b diff --git a/debug.h b/debug.h new file mode 100644 index 0000000..01d90a8 --- /dev/null +++ b/debug.h @@ -0,0 +1,8 @@ +#ifndef VOR_DEBUG_H +#define VOR_DEBUG_H + +#include + +void printf_surface(SDL_Surface *s, char *name); + +#endif // VOR_DEBUG_H