diff options
Diffstat (limited to 'src/map/magic-interpreter.cpp')
-rw-r--r-- | src/map/magic-interpreter.cpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/map/magic-interpreter.cpp b/src/map/magic-interpreter.cpp index 4680971..87ac23e 100644 --- a/src/map/magic-interpreter.cpp +++ b/src/map/magic-interpreter.cpp @@ -1,5 +1,5 @@ #include "magic-interpreter.hpp" -// magic-interpreter.hpp - Old magic. +// magic-interpreter.cpp - Old magic. // // Copyright © 2014 Ben Longbons <b.r.longbons@gmail.com> // @@ -19,3 +19,8 @@ // along with this program. If not, see <http://www.gnu.org/licenses/>. #include "../poison.hpp" + + +namespace tmwa +{ +} // namespace tmwa |