Merge branch 'master' into ExtraMercs

This commit is contained in:
Asdow
2025-09-24 16:14:10 +03:00
601 changed files with 4005 additions and 10278 deletions
+8 -8
View File
@@ -1,7 +1,7 @@
#include "Types.h"
#include "Windows.h"
#include "types.h"
#include "windows.h"
//#include "Soldier Control.h"
#include "Input.h"
#include "input.h"
#include "english.h"
#include "Isometric Utils.h"
#include "GameSettings.h"
@@ -10,14 +10,14 @@
#include "Text.h"
#include "lighting.h"
#include "Interface.h"
#include "weapons.h"
#include "Weapons.h"
#include "renderworld.h"
#include "Font Control.h"
#include "font.h"
#include "Font.h"
#include "local.h"
#include "vsurface.h"
#include "line.h"
#include "los.h"
#include "LOS.h"
// added by SANDRO
#include "SkillCheck.h"
#include "soldier profile type.h"
@@ -28,8 +28,8 @@
#include "AIInternals.h"
#include "opplist.h"
#include "Map Screen Interface.h"
#include "cheats.h"
#include "Drugs and Alcohol.h"
#include "Cheats.h"
#include "Drugs And Alcohol.h"
//forward declarations of common classes to eliminate includes
class OBJECTTYPE;