2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 23:07:42 +00:00

Fix TCastTo.hpp inclusions, add comment to warn against modifying include path

This commit is contained in:
2019-09-21 06:07:13 -07:00
parent 79121b6f47
commit 68e2fad74f
144 changed files with 147 additions and 145 deletions

View File

@@ -24,7 +24,7 @@
#include "AutoMapper/CMapWorldInfo.hpp"
#include "Particle/CGenDescription.hpp"
#include "CMemoryCardSys.hpp"
#include "TCastTo.hpp"
#include "TCastTo.hpp" // Generated file, do not modify include path
#include "World/CScriptSpecialFunction.hpp"
#include "CTimeProvider.hpp"
#include "Camera/CBallCamera.hpp"