furhter improve collision detection by reintroducing time of collision, still more...
[supertux.git] / lib / app / globals.cpp
index 81ca98e..8b6e9e5 100644 (file)
 
 #include <config.h>
 
-#include "../app/globals.h"
+#include "app/globals.h"
+#include "special/timer.h"
 
 namespace SuperTux {
 
+TinyGetText::DictionaryManager dictionary_manager;
+TinyGetText::Dictionary* dictionary = 0;
+
 /** The datadir prefix prepended when loading game data file */
 std::string datadir;
 std::string package_symbol_name;