diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-10-28 03:07:00 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-10-28 15:10:45 +0100 |
| commit | 936fc578a825a04a58fce5d6bea518b1b02694f1 (patch) | |
| tree | 72e76fc2c157bdbafb8b4264f7f786701861c632 /main/sdl-fwd.hpp | |
| parent | 1bfc0344dd517f33ac1a2f5c1d18c568381a80db (diff) | |
wip to rebase
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 |
