mirror of
https://github.com/Nimac0/SDL_Minigame
synced 2026-01-12 10:13:42 +00:00
5 lines
78 B
C
5 lines
78 B
C
#pragma once
|
|
|
|
enum VEGO_Event {
|
|
VEGO_Event_Interaction = SDL_EVENT_USER
|
|
}; |