From 20b3be68a7c4a931ba3d4d9d49c162f3418e1b9f Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Sat, 14 Apr 2012 14:49:26 +0100 Subject: Remove some unnecessary files. 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 -{ -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 -#include -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 -- cgit v0.9.2-21-gd62e