havok stubs and ksys::phys work

This commit is contained in:
theo3
2021-11-29 00:00:56 -08:00
parent e09eb09f66
commit 87e8bafae2
43 changed files with 1440 additions and 170 deletions
@@ -2,7 +2,7 @@
namespace ksys::phys {
bool isSensorLayer(ContactLayer layer) {
u32 isSensorLayer(ContactLayer layer) {
return layer > ContactLayer::EntityEnd;
}