Files
Daniel Bross 84350b85ab Cramming PhysX in there
More PhysX work

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

12 lines
232 B
Plaintext

---
source: physx-sys/pxbind/tests/enums.rs
expression: "gen_enums(\"simple.h\", &[]).unwrap()"
---
/// enum for empty constructor tag
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
#[repr(i32)]
pub enum PxEMPTY {
PxEmpty = 0,
}