diff --git a/SDL3-CS/SDL3/ClangSharp/SDL_quit.g.cs b/SDL3-CS/SDL3/ClangSharp/SDL_quit.g.cs deleted file mode 100644 index e69de29..0000000 diff --git a/SDL3-CS/SDL3/SDL_quit.cs b/SDL3-CS/SDL3/SDL_quit.cs deleted file mode 100644 index 4f3d7d4..0000000 --- a/SDL3-CS/SDL3/SDL_quit.cs +++ /dev/null @@ -1,15 +0,0 @@ -// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence. -// See the LICENCE file in the repository root for full licence text. - -namespace SDL -{ - public partial class SDL3 - { - [Macro] - public static unsafe bool SDL_QuitRequested() - { - SDL_PumpEvents(); - return SDL_PeepEvents(null, 0, SDL_eventaction.SDL_PEEKEVENT, SDL_EventType.SDL_EVENT_QUIT, SDL_EventType.SDL_EVENT_QUIT) > 0; - } - } -} diff --git a/SDL3-CS/generate_bindings.py b/SDL3-CS/generate_bindings.py index b5a9835..b405427 100644 --- a/SDL3-CS/generate_bindings.py +++ b/SDL3-CS/generate_bindings.py @@ -112,7 +112,6 @@ headers = [ add("SDL3/SDL_platform.h"), add("SDL3/SDL_power.h"), add("SDL3/SDL_properties.h"), - add("SDL3/SDL_quit.h"), add("SDL3/SDL_rect.h"), add("SDL3/SDL_render.h"), add("SDL3/SDL_revision.h"),