36 #include "error_list.h" 42 static void print_help(
const char* p_binary);
43 static uint64_t last_ticks;
44 static uint64_t target_ticks;
45 static float time_accum;
46 static uint32_t frames;
47 static uint32_t frame;
48 static bool force_redraw_requested;
51 static Error setup(
const char *execpath,
int argc,
char *argv[],
bool p_second_phase=
true);
52 static Error setup2();
54 static bool iteration();
55 static void cleanup();
56 static void force_redraw();