Cramming PhysX in there

More PhysX work

More PhysX work
This commit is contained in:
2025-07-06 23:58:40 +02:00
parent c3a1686325
commit 84350b85ab
3257 changed files with 587241 additions and 66 deletions

6
modules/PhysX/module.jai Normal file
View File

@@ -0,0 +1,6 @@
#if OS == .WINDOWS {
#load "module_windows.jai";
} else #if OS == .LINUX {
#load "module_linux.jai";
}