File diff r25709:feac296d221b → r25710:60c9c8536270
src/openttd.h
Show inline comments
 
@@ -10,6 +10,7 @@
 
#ifndef OPENTTD_H
 
#define OPENTTD_H
 

	
 
#include <atomic>
 
#include "core/enum_type.hpp"
 

	
 
/** Mode which defines the state of the game. */
 
@@ -52,7 +53,7 @@ enum DisplayOptions {
 

	
 
extern GameMode _game_mode;
 
extern SwitchMode _switch_mode;
 
extern bool _exit_game;
 
extern std::atomic<bool> _exit_game;
 
extern bool _save_config;
 

	
 
/** Modes of pausing we've got */