diff options
author | sanine-a <sanine.not@pm.me> | 2020-10-24 14:20:37 -0500 |
---|---|---|
committer | sanine-a <sanine.not@pm.me> | 2020-10-24 14:20:37 -0500 |
commit | 2cf300b870659a44d4e73ab65c035f6f443c3d25 (patch) | |
tree | 37e8853a58e538657c7df1e695ef45e09d15fe97 /demo | |
parent | 08886a82517a42ad1b63d6aa42694426621c0a81 (diff) |
move setup functions to honey.c
Diffstat (limited to 'demo')
-rw-r--r-- | demo/main.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demo/main.lua b/demo/main.lua index ae0684e..0d22d95 100644 --- a/demo/main.lua +++ b/demo/main.lua @@ -9,6 +9,7 @@ local a_func = function(action, data) end honey.input.bind_key(honey.input.key.a, a_func) +honey.input.bind_key() function honey.update(dt) |