Added SDL_DumpProperties() for internal debugging

This commit is contained in:
Sam Lantinga
2024-05-29 10:30:19 -07:00
parent ae59afa7d0
commit 652b34bd15
2 changed files with 33 additions and 0 deletions

View File

@@ -22,4 +22,5 @@
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 int SDL_DumpProperties(SDL_PropertiesID props);
extern void SDL_QuitProperties(void);