[Maintenance] [th01] #include common.h from the resident structure header

Part of P0216, funded by JonathKane.
This commit is contained in:
nmlgc 2022-08-15 09:42:57 +02:00
parent ed3fbde7d7
commit c4302b4ab7
25 changed files with 13 additions and 16 deletions

View File

@ -7,7 +7,6 @@
#include "platform.h"
#include "master.hpp"
#include "th01/common.h"
#include "th01/resident.hpp"
#include "th01/core/resstuff.hpp"

View File

@ -6,7 +6,6 @@
#include "planar.h"
#include "master.hpp"
#include "shiftjis.hpp"
#include "th01/common.h"
#include "th01/rank.h"
#include "th01/resident.hpp"
#include "th01/v_colors.hpp"

View File

@ -1,5 +1,4 @@
#include "platform.h"
#include "th01/common.h"
#include "th01/resident.hpp"
long score = 100000;

View File

@ -9,7 +9,6 @@
#include <stdio.h>
#include "platform.h"
#include "master.hpp"
#include "th01/common.h"
#include "th01/resident.hpp"
#include "th01/core/initexit.hpp"
#include "th01/end/end.hpp"

View File

@ -6,7 +6,6 @@
#include "planar.h"
#include "master.hpp"
#include "shiftjis.hpp"
#include "th01/common.h"
#include "th01/resident.hpp"
#include "th01/v_colors.hpp"
#include "th01/math/clamp.hpp"

View File

@ -6,7 +6,6 @@
#include "decomp.hpp"
#include "pc98.h"
#include "master.hpp"
#include "th01/common.h"
#include "th01/resident.hpp"
#include "th01/v_colors.hpp"
#include "th01/math/area.hpp"

View File

@ -6,6 +6,7 @@
#include "pc98.h"
#include "planar.h"
#include "master.hpp"
#include "th01/resident.hpp"
#include "th01/v_colors.hpp"
#include "th01/math/area.hpp"
#include "th01/math/dir.hpp"

View File

@ -8,6 +8,7 @@
#include "pc98.h"
#include "planar.h"
#include "master.hpp"
#include "th01/resident.hpp"
#include "th01/v_colors.hpp"
#include "th01/math/area.hpp"
#include "th01/math/dir.hpp"

View File

@ -7,6 +7,7 @@
#include "x86real.h"
#include "planar.h"
#include "master.hpp"
#include "th01/resident.hpp"
#include "th01/v_colors.hpp"
#include "th01/hardware/egc.h"
#include "th01/hardware/frmdelay.h"

View File

@ -7,6 +7,7 @@
#include "pc98.h"
#include "planar.h"
#include "master.hpp"
#include "th01/resident.hpp"
#include "th01/v_colors.hpp"
#include "th01/math/area.hpp"
#include "th01/math/dir.hpp"

View File

@ -6,7 +6,7 @@
#include "pc98.h"
#include "planar.h"
#include "master.hpp"
#include "th01/common.h"
#include "th01/resident.hpp"
#include "th01/v_colors.hpp"
#include "th01/math/area.hpp"
#include "th01/math/overlap.hpp"

View File

@ -8,7 +8,7 @@
#include "pc98.h"
#include "planar.h"
#include "master.hpp"
#include "th01/common.h"
#include "th01/resident.hpp"
#include "th01/v_colors.hpp"
#include "th01/math/area.hpp"
#include "th01/math/dir.hpp"

View File

@ -3,7 +3,6 @@
#include "pc98.h"
#include "planar.h"
#include "shiftjis.hpp"
#include "th01/common.h"
#include "th01/resident.hpp"
#include "th01/v_colors.hpp"
#include "th01/math/area.hpp"

View File

@ -1,4 +1,3 @@
#include "th01/common.h"
#include "th01/resident.hpp"
void scoredat_load_hiscore(void)

View File

@ -5,7 +5,6 @@
#include "x86real.h"
#include "master.hpp"
#include "shiftjis.hpp"
#include "th01/common.h"
#include "th01/resident.hpp"
#include "th01/v_colors.hpp"
#include "th01/math/str_val.hpp"

View File

@ -4,6 +4,7 @@
#include "planar.h"
#include "master.hpp"
#include "shiftjis.hpp"
#include "th01/resident.hpp"
#include "th01/v_colors.hpp"
#include "th01/formats/ptn.hpp"
#include "th01/math/digit.hpp"

View File

@ -3,7 +3,6 @@
#include "pc98.h"
#include "planar.h"
#include "shiftjis.hpp"
#include "th01/common.h"
#include "th01/resident.hpp"
#include "th01/v_colors.hpp"
#include "th01/math/clamp.hpp"

View File

@ -6,7 +6,7 @@
#include "decomp.hpp"
#include "planar.h"
#include "master.hpp"
#include "th01/common.h"
#include "th01/resident.hpp"
#include "th01/math/subpixel.hpp"
#include "th01/hardware/frmdelay.h"
#include "th01/hardware/graph.h"

View File

@ -6,7 +6,6 @@
#include "planar.h"
#include "master.hpp"
#include "shiftjis.hpp"
#include "th01/common.h"
#include "th01/resident.hpp"
#include "th01/v_colors.hpp"
#include "th01/math/str_val.hpp"

View File

@ -1,4 +1,5 @@
#include "platform.h"
#include "th01/resident.hpp"
#include "th01/formats/cfg.hpp"
#include "th01/main/vars.hpp"
#include "th01/main/stage/stages.hpp"

View File

@ -17,7 +17,6 @@
#include "master.hpp"
#include "pc98kbd.h"
#include "shiftjis.hpp"
#include "th01/common.h"
#include "th01/resident.hpp"
#include "th01/v_colors.hpp"
#include "th01/core/initexit.hpp"

View File

@ -9,6 +9,7 @@
#include "pc98.h"
#include "planar.h"
#include "master.hpp"
#include "th01/resident.hpp"
#include "th01/math/overlap.hpp"
#include "th01/hardware/graph.h"
#include "th01/snd/mdrv2.h"

View File

@ -7,7 +7,6 @@
#include "pc98.h"
#include "planar.h"
#include "master.hpp"
#include "th01/common.h"
#include "th01/resident.hpp"
#include "th01/v_colors.hpp"
#include "th01/snd/mdrv2.h"

View File

@ -12,6 +12,7 @@
#include "pc98kbd.h"
#include "master.hpp"
#include "th01/rank.h"
#include "th01/resident.hpp"
#include "th01/hardware/egc.h"
#include "th01/hardware/frmdelay.h"
#include "th01/hardware/graph.h"

View File

@ -1,3 +1,5 @@
#include "th01/common.h"
typedef enum {
ROUTE_MAKAI,
ROUTE_JIGOKU,