d_a_obj_carry work, SETUP_ACTOR macro, header cleanup (#1885)

* d_a_obj_carry work, SETUP_ACTOR macro

* rm headers, add script

* progress

* macro rename, consistent spacing
This commit is contained in:
Pheenoh
2023-08-16 13:07:52 -06:00
committed by GitHub
parent c372915a50
commit f9380b3e05
4558 changed files with 741 additions and 6064 deletions
-1
View File
@@ -3,7 +3,6 @@
#include "d/d_drawlist.h"
#include "f_op/f_op_msg.h"
#include "dolphin/types.h"
class CPaneMgr;
class J2DAnmColor;
-1
View File
@@ -1,7 +1,6 @@
#ifndef D_METER_D_METER2_DRAW_H
#define D_METER_D_METER2_DRAW_H
#include "JSystem/JUtility/TColor.h"
#include "d/d_drawlist.h"
#include "dolphin/types.h"
-1
View File
@@ -4,7 +4,6 @@
#include "JSystem/JUtility/TColor.h"
#include "SSystem/SComponent/c_sxyz.h"
#include "SSystem/SComponent/c_xyz.h"
#include "dolphin/types.h"
#include "global.h"
class JKRArchive;
-1
View File
@@ -2,7 +2,6 @@
#define D_METER_D_METER_MAP_H
#include "d/map/d_map_path_dmap.h"
#include "dolphin/types.h"
class J2DPicture;