mirror of
https://github.com/Nimac0/SDL_Minigame
synced 2026-01-12 05:43:43 +00:00
7 lines
104 B
C++
7 lines
104 B
C++
#pragma once
|
|
|
|
#include <SDL3/SDL_stdinc.h>
|
|
|
|
namespace vego {
|
|
extern Uint32 VEGO_Event_Interaction;
|
|
} |