mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 03:47:42 +00:00
General: Normalize RuntimeCommonB include paths
Finishes the normalizing of all of includes within the RuntimeCommonB target's headers.
This commit is contained in:
@@ -1,11 +1,17 @@
|
||||
#pragma once
|
||||
|
||||
#include "CWeapon.hpp"
|
||||
#include "CToken.hpp"
|
||||
#include <memory>
|
||||
#include <optional>
|
||||
|
||||
#include "Runtime/CToken.hpp"
|
||||
#include "Runtime/Weapon/CWeapon.hpp"
|
||||
|
||||
#include <zeus/CAABox.hpp>
|
||||
#include <zeus/CColor.hpp>
|
||||
|
||||
namespace urde {
|
||||
|
||||
class CElementGen;
|
||||
|
||||
class CPowerBomb : public CWeapon {
|
||||
static const zeus::CColor kFadeColor;
|
||||
bool x158_24_canStartFilter : 1;
|
||||
|
||||
Reference in New Issue
Block a user