fix include paths to not pollute d_com_inf_game.h

This commit is contained in:
gymnast86
2026-07-13 22:50:41 -07:00
parent bb1c1447d0
commit 6be65a461d
80 changed files with 162 additions and 9 deletions
+2 -4
View File
@@ -1,10 +1,6 @@
#ifndef D_COM_D_COM_INF_GAME_H
#define D_COM_D_COM_INF_GAME_H
#if TARGET_PC
#include "dusk/randomizer/game/randomizer_context.hpp"
#endif
#include "d/d_attention.h"
#include "d/d_cc_s.h"
#include "d/d_event.h"
@@ -21,7 +17,9 @@
#include "m_Do/m_Do_graphic.h"
#include <cstring>
#if TARGET_PC
#include "dusk/profiling.hpp"
#endif
enum dComIfG_ButtonStatus {
/* 0x00 */ BUTTON_STATUS_NONE,