1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-09 03:52:19 +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")] [LinkName("SDL_WriteBE64")]
public static extern uint WriteBE64(RWOps* src, uint64 value); public static extern uint WriteBE64(RWOps* src, uint64 value);
[LinkName("SDL_SetMainReady")] [LinkName("SDL_SetMainReady")]
public static extern void SetMainReady(); public static extern void SetMainReady();
@ -1243,7 +1241,6 @@ namespace SDL2
[LinkName("SDL_GL_SwapWindow")] [LinkName("SDL_GL_SwapWindow")]
public static extern void GL_SwapWindow(Window* window); public static extern void GL_SwapWindow(Window* window);
[LinkName("SDL_GL_UnbindTexture")] [LinkName("SDL_GL_UnbindTexture")]
public static extern int32 GL_UnbindTexture(Texture* texture); public static extern int32 GL_UnbindTexture(Texture* texture);