summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 352981c..01c1df4 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1,6 +1,10 @@
#include "common.hpp"
#include <ctime>
+bool debug_draw_cmodels = false;
+bool debug_draw_paths = false;
+bool debug_draw_tile_coords = false;
+
uint64_t nano_clock(void)
{
struct timespec ts;