File diff r22548:e350bbe3b5af → r22549:21c2f1153122
src/game/game_text.hpp
Show inline comments
 
@@ -14,9 +14,6 @@
 

	
 
#include "../core/smallvec_type.hpp"
 

	
 
/** The tab we place our strings in. */
 
static const uint GAME_TEXT_TAB = 18;
 

	
 
const char *GetGameStringPtr(uint id);
 
void RegisterGameTranslation(class Squirrel *engine);
 
void ReconsiderGameScriptLanguage();