2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-24 19:13:30 +00:00

CSeedling: Organize source file includes

Tidies it up a little.
This commit is contained in:
Lioncash 2019-09-28 20:08:13 -04:00
parent 00cff89141
commit 08d4addc70

View File

@ -1,11 +1,12 @@
#include "MP1/World/CSeedling.hpp"
#include "World/CPatternedInfo.hpp"
#include "World/CWorld.hpp"
#include "World/CGameArea.hpp"
#include "World/CPlayer.hpp"
#include "CStateManager.hpp"
#include "Runtime/MP1/World/CSeedling.hpp"
#include "Runtime/CStateManager.hpp"
#include "Runtime/World/CGameArea.hpp"
#include "Runtime/World/CPatternedInfo.hpp"
#include "Runtime/World/CPlayer.hpp"
#include "Runtime/World/CWorld.hpp"
#include "TCastTo.hpp" // Generated file, do not modify include path
#include "CSeedling.hpp"
namespace urde::MP1 {