summaryrefslogtreecommitdiffhomepage
path: root/main/sdl-fwd.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/sdl-fwd.hpp')
-rw-r--r--main/sdl-fwd.hpp11
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