add some more debug logging
This commit is contained in:
parent
606a7460ee
commit
c7f971c0be
3 changed files with 28 additions and 4 deletions
|
@ -8,6 +8,7 @@ int dbg_exception_handler(EXCEPTION_POINTERS* exception);
|
|||
void dbg_counter_start();
|
||||
double dbg_counter_stop();
|
||||
void dbg_debug_string(const char* format, ...);
|
||||
void dbg_print_rect(char* info, LPRECT rect);
|
||||
void dbg_draw_frame_info_start();
|
||||
void dbg_draw_frame_info_end();
|
||||
int dbg_printf(const char* fmt, ...);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue