From a81bcb1942ddad5989115061338e72211443e633 Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Mon, 9 Oct 2017 21:39:48 +0500 Subject: 2017-10-09 --- src/ThreadGame.hpp | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/ThreadGame.hpp (limited to 'src/ThreadGame.hpp') 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 gs; - bool isRunning = true; - bool isMoving[5] = { 0,0,0,0,0 }; -public: - ThreadGame(); - ~ThreadGame(); - void Execute() override; -}; \ No newline at end of file -- cgit v1.2.3