From a32a8447028798ef05af33230fbcfa3195ab430c Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 8 Mar 2021 20:03:40 +0000 Subject: Initial commit of the orders/activities system Has the main window provide some control over our test train --- game/activities/idle.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 game/activities/idle.h (limited to 'game/activities/idle.h') diff --git a/game/activities/idle.h b/game/activities/idle.h new file mode 100644 index 0000000..04bc6e5 --- /dev/null +++ b/game/activities/idle.h @@ -0,0 +1,10 @@ +#ifndef IDLE_H +#define IDLE_H + +#include "../activity.h" + +class Idle : public Activity::Of { +public: +}; + +#endif -- cgit v1.2.3