mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 10:27:42 +00:00
Fix TCastTo.hpp inclusions, add comment to warn against modifying include path
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
#include "Runtime/CGameState.hpp"
|
||||
#include "Runtime/CSimplePool.hpp"
|
||||
#include "Runtime/CStateManager.hpp"
|
||||
#include "Runtime/TCastTo.hpp"
|
||||
#include "Runtime/Audio/CStreamAudioManager.hpp"
|
||||
#include "Runtime/Camera/CBallCamera.hpp"
|
||||
#include "Runtime/Camera/CCinematicCamera.hpp"
|
||||
@@ -33,6 +32,8 @@
|
||||
|
||||
#include <logvisor/logvisor.hpp>
|
||||
|
||||
#include "TCastTo.hpp" // Generated file, do not modify include path
|
||||
|
||||
namespace urde {
|
||||
namespace {
|
||||
logvisor::Module Log("urde::CPlayer");
|
||||
|
||||
Reference in New Issue
Block a user