summaryrefslogtreecommitdiff
path: root/src/game/GameView.cpp
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2013-01-15 16:28:28 (GMT)
committer jacob1 <jfu614@gmail.com>2013-01-15 16:28:28 (GMT)
commitb3a2ab735b76185715d7efd848659ef87ca70405 (patch)
tree4259e06b22789ce574d858eae0590607384e3e80 /src/game/GameView.cpp
parent62195dc2a32962d107736da05295e300eb9f7a8d (diff)
downloadpowder-b3a2ab735b76185715d7efd848659ef87ca70405.zip
powder-b3a2ab735b76185715d7efd848659ef87ca70405.tar.gz
move version info to version.h, no longer needs full recompile on version change
Diffstat (limited to 'src/game/GameView.cpp')
-rw-r--r--src/game/GameView.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/GameView.cpp b/src/game/GameView.cpp
index a037d05..2d4d9a5 100644
--- a/src/game/GameView.cpp
+++ b/src/game/GameView.cpp
@@ -2,6 +2,7 @@
#include <iomanip>
#include "Config.h"
+#include "Version.h"
#include "Style.h"
#include "GameView.h"
#include "graphics/Graphics.h"