mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-18 01:25:24 +00:00
General: Normalize several headers' include paths
Normalizes the include paths and makes them consistent. Also adds any missing includes relevant to the interface.
This commit is contained in:
@@ -1,14 +1,18 @@
|
||||
#pragma once
|
||||
|
||||
#include "CToken.hpp"
|
||||
#include "Graphics/CTexture.hpp"
|
||||
#include "zeus/CAABox.hpp"
|
||||
#include <list>
|
||||
#include <vector>
|
||||
|
||||
#include "Runtime/CToken.hpp"
|
||||
#include "Runtime/Graphics/CTexture.hpp"
|
||||
|
||||
#include <zeus/CAABox.hpp>
|
||||
|
||||
namespace urde {
|
||||
class CStateManager;
|
||||
class CPlayer;
|
||||
class CGameArea;
|
||||
class CActor;
|
||||
class CGameArea;
|
||||
class CPlayer;
|
||||
class CStateManager;
|
||||
|
||||
class CMorphBallShadow {
|
||||
std::list<const CActor*> x0_actors;
|
||||
|
||||
Reference in New Issue
Block a user