diff options
Diffstat (limited to 'src/cat/CommandInterface.h')
| -rw-r--r-- | src/cat/CommandInterface.h | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/src/cat/CommandInterface.h b/src/cat/CommandInterface.h index 5b9c31f..192e1f9 100644 --- a/src/cat/CommandInterface.h +++ b/src/cat/CommandInterface.h @@ -1,12 +1,5 @@ -/* - * Kitty.h - * - * Created on: Feb 2, 2012 - * Author: Simon - */ - -#ifndef KITTY_H_ -#define KITTY_H_ +#ifndef COMMANDINTERFACE_H_ +#define COMMANDINTERFACE_H_ #include <string> #include "interface/Engine.h" @@ -43,4 +36,4 @@ public: virtual ~CommandInterface(); }; -#endif /* KITTY_H_ */ +#endif /* COMMANDINTERFACE_H_ */ |
