diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Global.cpp | 6 | ||||
| -rw-r--r-- | src/Global.h | 14 | ||||
| -rw-r--r-- | src/game/SaveLoadException.h | 26 | ||||
| -rw-r--r-- | src/interface/Spinner | 0 |
4 files changed, 0 insertions, 46 deletions
diff --git a/src/Global.cpp b/src/Global.cpp deleted file mode 100644 index c1e0559..0000000 --- a/src/Global.cpp +++ /dev/null @@ -1,6 +0,0 @@ -/*#include "Global.h" - -Global::Global(){ - -} -*/ diff --git a/src/Global.h b/src/Global.h deleted file mode 100644 index ceff38e..0000000 --- a/src/Global.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef GAMESESSION_H -#define GAMESESSION_H - -#include "Singleton.h" -#include "Graphics.h" - -/*class Global : public Singleton<Global> -{ -public: - Graphics * g; - Global(); -};*/ - -#endif // GAMESESSION_H diff --git a/src/game/SaveLoadException.h b/src/game/SaveLoadException.h deleted file mode 100644 index fea2ad5..0000000 --- a/src/game/SaveLoadException.h +++ /dev/null @@ -1,26 +0,0 @@ -/* - * SaveLoadException.h - * - * Created on: Mar 29, 2012 - * Author: Simon - */ - -#ifndef SAVELOADEXCEPTION_H_ -#define SAVELOADEXCEPTION_H_ - -#include <string> -#include <exception> -using namespace std; - -struct SaveLoadException: public exception { - string message; -public: - SaveLoadException(string message_): message(message_) {} - const char * what() const throw() - { - return message.c_str(); - } - ~SaveLoadException() throw() {}; -}; - -#endif /* SAVELOADEXCEPTION_H_ */ diff --git a/src/interface/Spinner b/src/interface/Spinner deleted file mode 100644 index e69de29..0000000 --- a/src/interface/Spinner +++ /dev/null |
