mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
significantly cleaned up includes (by IoP)
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6056 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
#include <wchar.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "wcheck.h"
|
||||
#include "Render Fun.h"
|
||||
#include "stdlib.h"
|
||||
#include "debug.h"
|
||||
@@ -15,23 +14,18 @@
|
||||
#include "Animation Data.h"
|
||||
#include "Animation Control.h"
|
||||
#include "container.h"
|
||||
#include <math.h>
|
||||
#include "pathai.h"
|
||||
#include "Random.h"
|
||||
#include "worldman.h"
|
||||
#include "Isometric Utils.h"
|
||||
#include "Render Dirty.h"
|
||||
#include "renderworld.h"
|
||||
#include "sys globals.h"
|
||||
#include "video.h"
|
||||
#include "points.h"
|
||||
#include "Win util.h"
|
||||
// #include "Sound Control.h"
|
||||
#include "lighting.h"
|
||||
#include "weapons.h"
|
||||
#include "vobject_blitters.h"
|
||||
#include "Handle UI.h"
|
||||
#include "soldier ani.h"
|
||||
#include "Event pump.h"
|
||||
#include "opplist.h"
|
||||
#include "ai.h"
|
||||
@@ -39,16 +33,12 @@
|
||||
#include "lighting.h"
|
||||
#include "faces.h"
|
||||
#include "Soldier Profile.h"
|
||||
#include "gap.h"
|
||||
#include "interface panels.h"
|
||||
#include "campaign.h"
|
||||
|
||||
#ifdef NETWORKED
|
||||
#include "Networking.h"
|
||||
#include "NetworkEvent.h"
|
||||
#endif
|
||||
|
||||
#include "structure wrap.h"
|
||||
#include "items.h"
|
||||
#include "Soundman.h"
|
||||
#include "soldier tile.h"
|
||||
|
||||
Reference in New Issue
Block a user