summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/examples/common/entry/input.h
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/examples/common/entry/input.h')
-rw-r--r--3rdparty/bgfx/examples/common/entry/input.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/3rdparty/bgfx/examples/common/entry/input.h b/3rdparty/bgfx/examples/common/entry/input.h
index 12d830ccc66..c3f7ef18223 100644
--- a/3rdparty/bgfx/examples/common/entry/input.h
+++ b/3rdparty/bgfx/examples/common/entry/input.h
@@ -22,6 +22,12 @@ struct InputBinding
#define INPUT_BINDING_END { entry::Key::None, entry::Modifier::None, 0, NULL, NULL }
///
+void inputInit();
+
+///
+void inputShutdown();
+
+///
void inputAddBindings(const char* _name, const InputBinding* _bindings);
///