2026-01-11 16:08:46 -05:00
|
|
|
type gfxworldvertexdata ui("GFX World Vertex Data")
|
2026-01-07 16:36:40 -05:00
|
|
|
{
|
|
|
|
|
// PC version: 8 bytes (2 pointers)
|
2026-01-11 16:08:46 -05:00
|
|
|
i32 vertices_ptr ui("Vertices Ptr");
|
|
|
|
|
i32 world_vb_ptr ui("World VB Ptr");
|
2026-01-07 16:36:40 -05:00
|
|
|
}
|