Fix push_* with better defer system

This commit is contained in:
Ginger Bill
2016-09-23 19:45:45 +01:00
parent a31bab5aae
commit fa7d7938e1
9 changed files with 948 additions and 364 deletions

View File

@@ -49,7 +49,7 @@ i32 win32_exec_command_line_app(char *fmt, ...) {
}
}
#define DISPLAY_TIMING
// #define DISPLAY_TIMING
#if defined(DISPLAY_TIMING)
#define INIT_TIMER() f64 start_time = gb_time_now(), end_time = 0, total_time = 0
#define PRINT_TIMER(section) do { \