0
0
mirror of https://github.com/Nimac0/SDL_Minigame synced 2026-01-12 12:33:43 +00:00
SDL_Minigame/include/VEGO_Event.h

7 lines
104 B
C++

#pragma once
#include <SDL3/SDL_stdinc.h>
namespace vego {
extern Uint32 VEGO_Event_Interaction;
}