diff options
| author | XaviDCR92 <xavi.dcr@gmail.com> | 2018-07-09 23:20:46 +0200 |
|---|---|---|
| committer | XaviDCR92 <xavi.dcr@gmail.com> | 2018-07-09 23:20:46 +0200 |
| commit | 188d74cb789f33967daf6daa5af17d41b6f59d4e (patch) | |
| tree | 402953b5063497be39572093b7c5c4ec75b6136d /Unit.h | |
| parent | 8ed9a3a57ad08bac4e8441b0b87ddc946296a3fd (diff) | |
| download | pocketempires-188d74cb789f33967daf6daa5af17d41b6f59d4e.tar.gz | |
Unit renamed to BaseUnit.
Diffstat (limited to 'Unit.h')
| -rw-r--r-- | Unit.h | 26 |
1 files changed, 0 insertions, 26 deletions
@@ -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__ */ |
