File diff r21382:9d5f35b3c6bb → r21383:942c32fb8b0e
src/strgen/strgen_base.cpp
Show inline comments
 
@@ -16,12 +16,14 @@
 

	
 
#include "strgen.h"
 

	
 

	
 
#include "../table/strgen_tables.h"
 

	
 
#include "../safeguards.h"
 

	
 
/* Compiles a list of strings into a compiled string list */
 

	
 
static bool _translated;              ///< Whether the current language is not the master language
 
static bool _translation;             ///< Is the current file actually a translation or not
 
const char *_file = "(unknown file)"; ///< The filename of the input, so we can refer to it in errors/warnings
 
int _cur_line;                        ///< The current line we're parsing in the input file