summaryrefslogtreecommitdiffhomepage
path: root/src/debug.h
blob: 6a47c6e1a7b9460010e09ef411b4d4231e1be6d7 (plain)
1
2
3
4
5
6
#include "stc/cstr.h"

void draw_debug_text(
	cstr renderer_name,
	float fps_display
);