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

5 lines
78 B
C

#pragma once
enum VEGO_Event {
VEGO_Event_Interaction = SDL_EVENT_USER
};