Level 1-21 "A Path in the Clouds": Make edges between snow and ice nicer.
[supertux.git] / src / lisp / parser.hpp
index cbc89af..7bb9903 100644 (file)
 #ifndef HEADER_SUPERTUX_LISP_PARSER_HPP
 #define HEADER_SUPERTUX_LISP_PARSER_HPP
 
+#include <obstack.h>
+
 #include "lisp/lexer.hpp"
-#include "obstack/obstack.h"
 
-namespace TinyGetText {
+namespace tinygettext {
 class Dictionary;
 class DictionaryManager;
 }
@@ -56,8 +57,8 @@ private:
 private:
   Lexer* lexer;
   std::string filename;
-  TinyGetText::DictionaryManager* dictionary_manager;
-  TinyGetText::Dictionary* dictionary;
+  tinygettext::DictionaryManager* dictionary_manager;
+  tinygettext::Dictionary* dictionary;
   Lexer::TokenType token;
 
   struct obstack obst;