diff options
| author | jacob1 <jfu614@gmail.com> | 2013-03-06 17:05:59 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-03-06 17:05:59 (GMT) |
| commit | 037618e6f8e6a37574f7ef8ffd90e490fb0ea137 (patch) | |
| tree | d80246d31a26aee7735a566bccc8ce9e8e4e305d /src/game/GameModelException.h | |
| parent | ad951eb9af20cd1a784fab39c41ade1c19dff2ca (diff) | |
| download | powder-037618e6f8e6a37574f7ef8ffd90e490fb0ea137.zip powder-037618e6f8e6a37574f7ef8ffd90e490fb0ea137.tar.gz | |
remove auto generated comments from all files, fix some missing tabs, remove unused variables from config.h
Diffstat (limited to 'src/game/GameModelException.h')
| -rw-r--r-- | src/game/GameModelException.h | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/src/game/GameModelException.h b/src/game/GameModelException.h index 05138f2..c95f7e6 100644 --- a/src/game/GameModelException.h +++ b/src/game/GameModelException.h @@ -1,12 +1,5 @@ -/* - * SaveLoadException.h - * - * Created on: Mar 29, 2012 - * Author: Simon - */ - -#ifndef SAVELOADEXCEPTION_H_ -#define SAVELOADEXCEPTION_H_ +#ifndef GAMEMODELEXCEPTION_H_ +#define GAMEMODELEXCEPTION_H_ #include <string> #include <exception> @@ -23,4 +16,4 @@ public: ~GameModelException() throw() {}; }; -#endif /* SAVELOADEXCEPTION_H_ */ +#endif /* GAMEMODELEXCEPTION_H_ */ |
