From 188d74cb789f33967daf6daa5af17d41b6f59d4e Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Mon, 9 Jul 2018 23:20:46 +0200 Subject: Unit renamed to BaseUnit. --- Unit.h | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 Unit.h (limited to 'Unit.h') 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__ */ -- cgit v1.2.3