mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
give cellvtable debug
This commit is contained in:
parent
85773154fd
commit
7b54962824
1 changed files with 1 additions and 0 deletions
|
@ -254,6 +254,7 @@ pub struct CellData {
|
|||
}
|
||||
|
||||
#[repr(C)]
|
||||
#[derive(Debug)]
|
||||
pub struct CellVTable {
|
||||
pub destroy: *const c_void,
|
||||
pub get_cell_type: *const c_void,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue