diff options
Diffstat (limited to 'source/frontend/StarMainInterface.hpp')
-rw-r--r-- | source/frontend/StarMainInterface.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/frontend/StarMainInterface.hpp b/source/frontend/StarMainInterface.hpp index 96e4fbd..0f1487e 100644 --- a/source/frontend/StarMainInterface.hpp +++ b/source/frontend/StarMainInterface.hpp @@ -89,6 +89,7 @@ public: void handleInteractAction(InteractAction interactAction); + void preUpdate(float dt); // Handles incoming client messages, aims main player, etc. void update(float dt); |