1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00

Fix formatting

This commit is contained in:
Martin Cietwierkowski 2023-04-01 20:12:59 -04:00
parent f450e3a1c5
commit c44b03386f
4 changed files with 1344 additions and 1347 deletions

View file

@ -147,8 +147,6 @@ namespace SDL2
[LinkName("SDL_WriteBE64")]
public static extern uint WriteBE64(RWOps* src, uint64 value);
[LinkName("SDL_SetMainReady")]
public static extern void SetMainReady();
@ -1243,7 +1241,6 @@ namespace SDL2
[LinkName("SDL_GL_SwapWindow")]
public static extern void GL_SwapWindow(Window* window);
[LinkName("SDL_GL_UnbindTexture")]
public static extern int32 GL_UnbindTexture(Texture* texture);