diff options
Diffstat (limited to 'src/debug.h')
| -rw-r--r-- | src/debug.h | 6 |
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 +); |
