summaryrefslogtreecommitdiff
path: root/Unit.h
diff options
context:
space:
mode:
Diffstat (limited to 'Unit.h')
-rw-r--r--Unit.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/Unit.h b/Unit.h
deleted file mode 100644
index 1508a88..0000000
--- a/Unit.h
+++ /dev/null
@@ -1,26 +0,0 @@
-#ifndef UNIT_H__
-#define UNIT_H__
-
-/* *************************************
- * Includes
- * *************************************/
-
-/* *************************************
- * Defines
- * *************************************/
-
-/* *************************************
- * Structs and enums
- * *************************************/
-
-/* *************************************
- * Class definition
- * *************************************/
-
-class Unit
-{
- public:
- Unit(void);
-};
-
-#endif /* UNIT_H__ */