cleaned up app, renamed internal input update methods

This commit is contained in:
Noel Berry
2022-02-12 00:17:21 -08:00
parent 4fcd29b82f
commit b1e33f2627
3 changed files with 43 additions and 47 deletions

View File

@ -27,7 +27,7 @@ namespace Blah
void init();
// Steps the input state
void update_state();
void step_state();
// Updates bindings
void update_bindings();