diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-10-09 12:02:21 +0300 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-10-09 12:24:21 +0300 |
commit | a01b14f301afe9cea86f47b3ab27ce999097741a (patch) | |
tree | 6717762cc85090ec6aecc99cc052c82039debcbe /src/core/General.h | |
parent | ed82c55475f4cda6d1ed0644ea1609e08b5b0e64 (diff) |
Fix sniper and water creatures bug, mark some files
Diffstat (limited to 'src/core/General.h')
-rw-r--r-- | src/core/General.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/General.h b/src/core/General.h index 7ab444a4..7e06b96e 100644 --- a/src/core/General.h +++ b/src/core/General.h @@ -2,6 +2,8 @@ #include <ctype.h> +// --MIAMI: file done + class CGeneral { public: |