mirror of https://github.com/zeldaret/botw.git
ksys: Move physInstanceSet to Physics/System
It's right after EntityGroupFilter and before MaterialTable
This commit is contained in:
parent
9c3687584b
commit
19f019b0ff
|
|
@ -1,6 +1,4 @@
|
|||
target_sources(uking PRIVATE
|
||||
physInstanceSet.cpp
|
||||
physInstanceSet.h
|
||||
Cloth/physClothParam.cpp
|
||||
Cloth/physClothParam.h
|
||||
Ragdoll/physRagdollConfig.cpp
|
||||
|
|
@ -46,6 +44,8 @@ target_sources(uking PRIVATE
|
|||
System/physDefines.h
|
||||
System/physGroupFilter.cpp
|
||||
System/physGroupFilter.h
|
||||
System/physInstanceSet.cpp
|
||||
System/physInstanceSet.h
|
||||
System/physMaterialTable.cpp
|
||||
System/physMaterialTable.h
|
||||
System/physMemSystem.cpp
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "KingSystem/Physics/physInstanceSet.h"
|
||||
#include "KingSystem/Physics/System/physInstanceSet.h"
|
||||
|
||||
namespace ksys::phys {
|
||||
|
||||
Loading…
Reference in New Issue