shithub: npe

Download patch

ref: c653369e862d2b2235133cfcb0391bc4809ce4b1
parent: 87889383a11008a2e525f5abdfb3f9d367f66abd
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Mon Jun 13 18:26:31 EDT 2022

forgot to add the header, as usual

--- /dev/null
+++ b/include/npe/SDL2/SDL_quit.h
@@ -1,0 +1,6 @@
+#ifndef _npe_SDL_quit_h_
+#define _npe_SDL_quit_h_
+
+int SDL_QuitRequested(void);
+
+#endif