summaryrefslogtreecommitdiffstats
path: root/src/ThreadGame.hpp
diff options
context:
space:
mode:
authorLaG1924 <12997935+LaG1924@users.noreply.github.com>2017-10-09 18:39:48 +0200
committerLaG1924 <12997935+LaG1924@users.noreply.github.com>2018-01-13 03:39:32 +0100
commita81bcb1942ddad5989115061338e72211443e633 (patch)
treecb1cc6feadb7dfb49f96cbc9b2a4f2bfb9ad8488 /src/ThreadGame.hpp
parent2017-10-07 (diff)
downloadAltCraft-a81bcb1942ddad5989115061338e72211443e633.tar
AltCraft-a81bcb1942ddad5989115061338e72211443e633.tar.gz
AltCraft-a81bcb1942ddad5989115061338e72211443e633.tar.bz2
AltCraft-a81bcb1942ddad5989115061338e72211443e633.tar.lz
AltCraft-a81bcb1942ddad5989115061338e72211443e633.tar.xz
AltCraft-a81bcb1942ddad5989115061338e72211443e633.tar.zst
AltCraft-a81bcb1942ddad5989115061338e72211443e633.zip
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