Include tray function prototypes

This commit is contained in:
Sam Lantinga 2024-12-29 08:15:30 -08:00
parent c030e6f782
commit 6e1177ac03

View file

@ -22,6 +22,8 @@
#include "../video/SDL_sysvideo.h" #include "../video/SDL_sysvideo.h"
#include "../events/SDL_events_c.h" #include "../events/SDL_events_c.h"
#include "SDL_tray_utils.h"
static int active_trays = 0; static int active_trays = 0;