summaryrefslogtreecommitdiffstats
path: root/src/ThreadGame.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ThreadGame.hpp')
-rw-r--r--src/ThreadGame.hpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/ThreadGame.hpp b/src/ThreadGame.hpp
deleted file mode 100644
index 41676d6..0000000
--- a/src/ThreadGame.hpp
+++ /dev/null
@@ -1,15 +0,0 @@
-#pragma once
-
-#include "Thread.hpp"
-#include "GameState.hpp"
-#include "Event.hpp"
-
-class ThreadGame: Thread {
- std::shared_ptr<GameState> gs;
- bool isRunning = true;
- bool isMoving[5] = { 0,0,0,0,0 };
-public:
- ThreadGame();
- ~ThreadGame();
- void Execute() override;
-}; \ No newline at end of file