JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
config.h - Added debug() macro, fixed Makefile and sound.c to use it.
[vor.git] / debug.h
diff --git a/debug.h b/debug.h
new file mode 100644 (file)
index 0000000..01d90a8
--- /dev/null
+++ b/debug.h
@@ -0,0 +1,8 @@
+#ifndef VOR_DEBUG_H
+#define VOR_DEBUG_H
+
+#include <SDL.h>
+
+void printf_surface(SDL_Surface *s, char *name);
+
+#endif // VOR_DEBUG_H