File diff r18880:d1db1f3ee26b → r18881:ca79a2e629a6
src/game/game_instance.cpp
Show inline comments
 
@@ -7,15 +7,13 @@
 
 * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
 
 */
 

	
 
/** @file game_instance.cpp Implementation of GameInstance. */
 

	
 
#include "../stdafx.h"
 
#include "../debug.h"
 
#include "../error.h"
 
#include "../saveload/saveload.h"
 

	
 
#include "../script/squirrel_class.hpp"
 

	
 
#include "../script/script_storage.hpp"
 
#include "../ai/ai_gui.hpp"
 
#include "game_config.hpp"