summaryrefslogtreecommitdiff
path: root/game/activities/go.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/activities/go.h')
-rw-r--r--game/activities/go.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/game/activities/go.h b/game/activities/go.h
new file mode 100644
index 0000000..8727539
--- /dev/null
+++ b/game/activities/go.h
@@ -0,0 +1,10 @@
+#ifndef GO_H
+#define GO_H
+
+#include "../activity.h"
+
+class Go : public Activity::Of<Go> {
+public:
+};
+
+#endif