From fdffc6ef7cc37ae1c4d78f5f869d2b8f027d5aaa Mon Sep 17 00:00:00 2001 From: realtradam Date: Tue, 30 May 2023 18:27:27 -0400 Subject: fix rendering bug and clean up some code --- src/debug.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/debug.h (limited to 'src/debug.h') 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 +); -- cgit v1.2.3