summaryrefslogtreecommitdiff
path: root/src/cat/CommandInterface.h
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2013-03-06 17:05:59 (GMT)
committer jacob1 <jfu614@gmail.com>2013-03-06 17:05:59 (GMT)
commit037618e6f8e6a37574f7ef8ffd90e490fb0ea137 (patch)
treed80246d31a26aee7735a566bccc8ce9e8e4e305d /src/cat/CommandInterface.h
parentad951eb9af20cd1a784fab39c41ade1c19dff2ca (diff)
downloadpowder-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/cat/CommandInterface.h')
-rw-r--r--src/cat/CommandInterface.h13
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_ */