mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 22:27:41 +00:00
CollisionPrimitive: Make use of constexpr types where applicable
We can now mark some usages of these types as constexpr and also make them fully internal to the translation unit.
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
#include "CToken.hpp"
|
||||
|
||||
namespace urde {
|
||||
const CCollisionPrimitive::Type CCollidableOBBTreeGroup::sType(CCollidableOBBTreeGroup::SetStaticTableIndex,
|
||||
"CCollidableOBBTreeGroup");
|
||||
constexpr CCollisionPrimitive::Type sType(CCollidableOBBTreeGroup::SetStaticTableIndex, "CCollidableOBBTreeGroup");
|
||||
u32 CCollidableOBBTreeGroup::sTableIndex = -1;
|
||||
|
||||
CCollidableOBBTreeGroupContainer::CCollidableOBBTreeGroupContainer(CInputStream& in) {
|
||||
|
||||
Reference in New Issue
Block a user