summaryrefslogtreecommitdiffhomepage
path: root/src/debug.h
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2023-05-30 18:27:27 -0400
committerrealtradam <[email protected]>2023-05-30 18:27:27 -0400
commitfdffc6ef7cc37ae1c4d78f5f869d2b8f027d5aaa (patch)
treef94c6c1a5a523d23b9ddd76c821587f16d84da1e /src/debug.h
parentc43ac3e4ce4375b6fa1fa9927e20ff4f88504429 (diff)
downloadTOJam2023-fdffc6ef7cc37ae1c4d78f5f869d2b8f027d5aaa.tar.gz
TOJam2023-fdffc6ef7cc37ae1c4d78f5f869d2b8f027d5aaa.zip
fix rendering bug and clean up some code
Diffstat (limited to 'src/debug.h')
-rw-r--r--src/debug.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/debug.h b/src/debug.h
new file mode 100644
index 0000000..6a47c6e
--- /dev/null
+++ b/src/debug.h
@@ -0,0 +1,6 @@
+#include "stc/cstr.h"
+
+void draw_debug_text(
+ cstr renderer_name,
+ float fps_display
+);