diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-11 21:49:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-11 21:49:16 +0300 |
commit | 5b4e74ab44a2ae4eab9db71c860885802e2ba28d (patch) | |
tree | 065e1c4a5c5639b77789e7cf51ca25efeeb7e86a /src/enums/being | |
parent | ac12efd17d9f719b083d8af1eb5a06853835e8d6 (diff) | |
download | ManaVerse-5b4e74ab44a2ae4eab9db71c860885802e2ba28d.tar.gz ManaVerse-5b4e74ab44a2ae4eab9db71c860885802e2ba28d.tar.bz2 ManaVerse-5b4e74ab44a2ae4eab9db71c860885802e2ba28d.tar.xz ManaVerse-5b4e74ab44a2ae4eab9db71c860885802e2ba28d.zip |
Fix code style.
Diffstat (limited to 'src/enums/being')
-rw-r--r-- | src/enums/being/attacktype.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/enums/being/attacktype.h b/src/enums/being/attacktype.h index c040d66f9..02379e60a 100644 --- a/src/enums/being/attacktype.h +++ b/src/enums/being/attacktype.h @@ -42,5 +42,6 @@ namespace AttackType TOUCH_SKILL = 12, MISS = 0xffff // pseudo value for miss attacks }; -} +} // namespace AttackType + #endif // ENUMS_BEING_ATTACKTYPE_H |