summaryrefslogtreecommitdiff
path: root/game/activities/go.h
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-03-09 01:21:04 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2021-03-09 01:21:04 +0000
commit82e51328e0cc1e1e17565420fecb05df68827f07 (patch)
tree1449db69349bfa59242a862e6d5a50b32782115d /game/activities/go.h
parentPush link based movement into Vehicle (diff)
downloadilt-82e51328e0cc1e1e17565420fecb05df68827f07.tar.bz2
ilt-82e51328e0cc1e1e17565420fecb05df68827f07.tar.xz
ilt-82e51328e0cc1e1e17565420fecb05df68827f07.zip
Split ActivityOf<> into its own file
Diffstat (limited to 'game/activities/go.h')
-rw-r--r--game/activities/go.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/activities/go.h b/game/activities/go.h
index 8727539..858b804 100644
--- a/game/activities/go.h
+++ b/game/activities/go.h
@@ -1,7 +1,7 @@
#ifndef GO_H
#define GO_H
-#include "../activity.h"
+#include "../activityOf.h"
class Go : public Activity::Of<Go> {
public: