Added SDL_SetFreeableProperty() for internal use

This commit is contained in:
Sam Lantinga
2024-02-10 08:04:27 -08:00
parent 432ce3f167
commit bba2a5d360
2 changed files with 11 additions and 0 deletions

View File

@@ -20,5 +20,6 @@
*/
extern int SDL_InitProperties(void);
extern int SDL_SetFreeableProperty(SDL_PropertiesID props, const char *name, void *value);
extern int SDL_SetSurfaceProperty(SDL_PropertiesID props, const char *name, SDL_Surface *surface);
extern void SDL_QuitProperties(void);