polygon filler, rudimentary GL
[gba_blender] / src / debug.h
diff --git a/src/debug.h b/src/debug.h
new file mode 100644 (file)
index 0000000..41f2a23
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef DEBUG_H_
+#define DEBUG_H_
+
+void emuprint(const char *fmt, ...);
+
+#endif /* DEBUG_H_ */