mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 01:47:43 +00:00
RuntimeCommon: Normalize cpp inclusions
Normalizes the headers for the cpp files in the RuntimeCommon target. Now all headers and source files within the RuntimeCommon/RuntimeCommonB targets are normalized and consistent with one another.
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
#include "CCollidableOBBTreeGroup.hpp"
|
||||
#include "CCollidableOBBTree.hpp"
|
||||
#include "CCollidableAABox.hpp"
|
||||
#include "CCollidableSphere.hpp"
|
||||
#include "CInternalRayCastStructure.hpp"
|
||||
#include "CollisionUtil.hpp"
|
||||
#include "CToken.hpp"
|
||||
#include "Runtime/Collision/CCollidableOBBTreeGroup.hpp"
|
||||
|
||||
#include "Runtime/CToken.hpp"
|
||||
#include "Runtime/Collision/CCollidableAABox.hpp"
|
||||
#include "Runtime/Collision/CCollidableOBBTree.hpp"
|
||||
#include "Runtime/Collision/CCollidableSphere.hpp"
|
||||
#include "Runtime/Collision/CInternalRayCastStructure.hpp"
|
||||
#include "Runtime/Collision/CollisionUtil.hpp"
|
||||
|
||||
namespace urde {
|
||||
constexpr CCollisionPrimitive::Type sType(CCollidableOBBTreeGroup::SetStaticTableIndex, "CCollidableOBBTreeGroup");
|
||||
|
||||
Reference in New Issue
Block a user