diff options
Diffstat (limited to 'main/sdl-fwd.hpp')
| -rw-r--r-- | main/sdl-fwd.hpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/sdl-fwd.hpp b/main/sdl-fwd.hpp new file mode 100644 index 00000000..776ec0a8 --- /dev/null +++ b/main/sdl-fwd.hpp @@ -0,0 +1,11 @@ +#pragma once + +namespace floormat::sdl2 { + +struct EvButtons; +struct EvClick; +struct EvMove; +struct EvScroll; +struct EvKey; + +} // namespace floormat::sdl2 |
