mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-09 20:41:29 -04:00
Merge pull request #142 from TakaRikka/26-03-29-include-cleanup
26 03 29 include cleanup
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
#define DOLZEL_BASE_PCH
|
||||
|
||||
// Fixes weak .bss
|
||||
#if !TARGET_PC
|
||||
#include "weak_bss_1109_to_1009.h" // IWYU pragma: export
|
||||
#endif
|
||||
|
||||
#include <cmath> // IWYU pragma: export
|
||||
#include <cstring> // IWYU pragma: export
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
#include "JSystem/JFramework/JFWDisplay.h"
|
||||
#include "m_Do/m_Do_mtx.h"
|
||||
#include "global.h"
|
||||
#include "dusk/logging.h"
|
||||
#if TARGET_PC
|
||||
#include <aurora/aurora.h>
|
||||
#endif
|
||||
@@ -100,9 +99,7 @@ public:
|
||||
}
|
||||
|
||||
static int startFadeOut(int param_0) { return JFWDisplay::getManager()->startFadeOut(param_0); }
|
||||
static int startFadeIn(int param_0) {
|
||||
DuskLog.debug("mDoGph_gInf_c::startFadeIn START");
|
||||
return JFWDisplay::getManager()->startFadeIn(param_0); }
|
||||
static int startFadeIn(int param_0) { return JFWDisplay::getManager()->startFadeIn(param_0); }
|
||||
static void setFadeColor(JUtility::TColor& color) { mFader->setColor(color); }
|
||||
static void setClearColor(JUtility::TColor color) { JFWDisplay::getManager()->setClearColor(color); }
|
||||
static void setBackColor(GXColor& color) { mBackColor = color; }
|
||||
|
||||
@@ -16,6 +16,8 @@
|
||||
#include "f_op/f_op_camera_mng.h"
|
||||
#include <cstring>
|
||||
|
||||
#include "dusk/logging.h"
|
||||
|
||||
static void ride_call_back(dBgW* i_bgw, fopAc_ac_c* i_bgActor, fopAc_ac_c* i_rideActor) {
|
||||
obj_brg_class* a_this = (obj_brg_class*)i_bgActor;
|
||||
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
#include <cstdio>
|
||||
#include <cstring>
|
||||
|
||||
#include "dusk/logging.h"
|
||||
|
||||
#ifndef __MWERKS__
|
||||
#include "dusk/extras.h"
|
||||
#endif
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
#include <cstdio>
|
||||
#include <cstring>
|
||||
|
||||
#include "dusk/logging.h"
|
||||
#include "dusk/string.hpp"
|
||||
#if TARGET_PC
|
||||
#include <format>
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
#include "ImGuiConsole.hpp"
|
||||
#include "ImGuiMenuTools.hpp"
|
||||
#include "dusk/map_loader_definitions.h"
|
||||
#include "fmt/format.h"
|
||||
|
||||
namespace dusk {
|
||||
void ImGuiMenuTools::ShowMapLoader() {
|
||||
|
||||
Reference in New Issue
Block a user