File diff r27308:abc0eb023c25 → r27309:23e1257a2a63
src/script/script_config.hpp
Show inline comments
 
@@ -10,13 +10,12 @@
 
#ifndef SCRIPT_CONFIG_HPP
 
#define SCRIPT_CONFIG_HPP
 

	
 
#include <map>
 
#include <list>
 
#include "../core/smallmap_type.hpp"
 
#include "../core/string_compare_type.hpp"
 
#include "../company_type.h"
 
#include "../textfile_gui.h"
 
#include "script_instance.hpp"
 

	
 
/** Maximum of 10 digits for MIN / MAX_INT32, 1 for the sign and 1 for '\0'. */
 
static const int INT32_DIGITS_WITH_SIGN_AND_TERMINATION = 10 + 1 + 1;