5 void Dump_Turret_Settings();
7 float tur_config_alsoprint;
9 const int MAX_TUR_CONFIG = 256;
10 float TUR_CONFIG_COUNT;
11 string tur_config_queue[MAX_TUR_CONFIG];
13 #define TUR_CONFIG_WRITETOFILE(a) { \
14 fputs(tur_config_file, a); \
15 if(tur_config_alsoprint) { LOG_INFO(a); } }