diff options
author | pixel <pixel> | 2003-04-13 12:44:14 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-04-13 12:44:14 +0000 |
commit | 7fc9c6dfbef57331c8b5eae0943f3fe95f2e63e1 (patch) | |
tree | f25e693f7842364b0416593cf6a77d383812ce91 /includes/engine.h | |
parent | ec2c97793151512f5dca3290dbd9f24a09b7ac6f (diff) |
Removing Baltisot from there
Diffstat (limited to 'includes/engine.h')
-rw-r--r-- | includes/engine.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/includes/engine.h b/includes/engine.h deleted file mode 100644 index bf53bab..0000000 --- a/includes/engine.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef __ENGINE_H__ -#define __ENGINE_H__ - -#include "Exceptions.h" - -namespace mogltk { - class engine : public Base { - public: - static int setup() throw(GeneralException); - static int GetInited(); - private: - static int inited; - }; -}; - -#endif |