mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixes to SetDeleted
This commit is contained in:
parent
8745b40828
commit
693334bdc8
5 changed files with 26 additions and 8 deletions
|
@ -129,7 +129,7 @@ namespace System
|
|||
[Error("Cannot be called directly"), SkipCall]
|
||||
static extern void SetDeletedX(void* dest, int size);
|
||||
[Error("Cannot be called directly"), SkipCall]
|
||||
static extern void SetDeleted(void* dest, int size, int32 align, int arrayCount);
|
||||
static extern void SetDeleted(void* dest, int size, int32 align);
|
||||
[Error("Cannot be called directly"), SkipCall]
|
||||
static extern void SetDeletedArray(void* dest, int size, int32 align, int arrayCount);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue