mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Removed internal
This commit is contained in:
parent
7014320916
commit
954613fe0c
1 changed files with 2 additions and 2 deletions
|
@ -52,10 +52,10 @@ namespace SDL2
|
|||
}
|
||||
|
||||
[LinkName("SDL_malloc")]
|
||||
internal static extern void* malloc(int size);
|
||||
static extern void* malloc(int size);
|
||||
|
||||
[LinkName("SDL_free")]
|
||||
internal static extern void free(void* memblock);
|
||||
static extern void free(void* memblock);
|
||||
|
||||
public struct RWOps;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue