ksys: Move physInstanceSet to Physics/System

It's right after EntityGroupFilter and before MaterialTable
This commit is contained in:
Léo Lam 2021-12-22 16:34:34 +01:00
parent 9c3687584b
commit 19f019b0ff
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
#include "KingSystem/Physics/physInstanceSet.h"
#include "KingSystem/Physics/System/physInstanceSet.h"
namespace ksys::phys {