This commit is contained in:
Willy-JL
2024-03-20 01:48:10 +00:00
588 changed files with 3875 additions and 2957 deletions

View File

@@ -25,7 +25,7 @@ typedef void (*PopupCallback)(void* context);
*
* @return Popup instance
*/
Popup* popup_alloc();
Popup* popup_alloc(void);
/** Deinitialize and free popup
*