summaryrefslogtreecommitdiff
path: root/Unit.h
diff options
context:
space:
mode:
authorXaviDCR92 <xavi.dcr@gmail.com>2018-07-09 23:20:46 +0200
committerXaviDCR92 <xavi.dcr@gmail.com>2018-07-09 23:20:46 +0200
commit188d74cb789f33967daf6daa5af17d41b6f59d4e (patch)
tree402953b5063497be39572093b7c5c4ec75b6136d /Unit.h
parent8ed9a3a57ad08bac4e8441b0b87ddc946296a3fd (diff)
downloadpocketempires-188d74cb789f33967daf6daa5af17d41b6f59d4e.tar.gz
Unit renamed to BaseUnit.
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__ */