#pragma once #include namespace Blah { namespace InputBackend { // Initializes the Input State void init(); // Steps the input state void update_state(); // Updates bindings void update_bindings(); } }