diff options
Diffstat (limited to 'src/resources/spritedef.h')
-rw-r--r-- | src/resources/spritedef.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/spritedef.h b/src/resources/spritedef.h index 3a8fe5a01..02090e809 100644 --- a/src/resources/spritedef.h +++ b/src/resources/spritedef.h @@ -90,7 +90,7 @@ namespace SpriteAction static const std::string USE_ITEM = "item"; static const std::string SPAWN = "spawn"; static const std::string INVALID(""); -} +} // namespace SpriteAction enum SpriteDirection { @@ -213,4 +213,4 @@ class SpriteDef final : public Resource std::set<std::string> mProcessedFiles; }; -#endif // SPRITEDEF_H +#endif // SPRITEDEF_H |