diff options
author | Nao Pross <naopross@thearcway.org> | 2018-02-12 22:16:13 +0100 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2018-02-12 22:16:13 +0100 |
commit | 15bac4ecae2c5bc608dde04a31d68c6cd83965af (patch) | |
tree | 6750252162a5cd70719616aa948da81750a68def /src | |
parent | Add inventory and item types headers (diff) | |
download | Subconscious-old-15bac4ecae2c5bc608dde04a31d68c6cd83965af.tar.gz Subconscious-old-15bac4ecae2c5bc608dde04a31d68c6cd83965af.zip |
Add tags recipe to generate ctags
Diffstat (limited to 'src')
-rw-r--r-- | src/main/headers/Tile.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/headers/Tile.hpp b/src/main/headers/Tile.hpp index 919badc..88e7216 100644 --- a/src/main/headers/Tile.hpp +++ b/src/main/headers/Tile.hpp @@ -22,7 +22,6 @@ struct Tile private: Actor *_actor = nullptr; - }; #endif |