Cramming PhysX in there
More PhysX work More PhysX work
This commit is contained in:
6
modules/PhysX/module.jai
Normal file
6
modules/PhysX/module.jai
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
#if OS == .WINDOWS {
|
||||
#load "module_windows.jai";
|
||||
} else #if OS == .LINUX {
|
||||
#load "module_linux.jai";
|
||||
}
|
||||
Reference in New Issue
Block a user