Files
coven/modules/PhysX/physx/physx-sys/pxbind/tests/data/enum/simple.h
Daniel Bross 84350b85ab Cramming PhysX in there
More PhysX work

More PhysX work
2025-07-10 01:10:22 +02:00

9 lines
94 B
C++

namespace physx {
/** enum for empty constructor tag*/
enum PxEMPTY
{
PxEmpty
};
} // physx