summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-12-08 13:47:38 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2020-12-08 13:47:38 -0500
commitcfe2db8135b5332c71a9b844cb5136c4bfd120e3 (patch)
treec589abc4a4f792d3d4c3758957040dd6a7b08744 /main.cpp
parent7efbd44a641b32285499b07dc4f5461fec8dc8d5 (diff)
got windows build to work
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 9365a48..ad5daaf 100644
--- a/main.cpp
+++ b/main.cpp
@@ -4,10 +4,10 @@
#include "gui.hpp"
#if DEBUG
typedef void (*SimFrameFn)(Frame *);
+#include "time.cpp"
#else
#include "sim.cpp"
#endif
-#include "time.cpp"
#ifdef _WIN32
#include <SDL.h>