[nostalgia/core] Add Context parameter to event_handler

This commit is contained in:
2020-07-28 19:10:36 -05:00
parent 80f98802b6
commit 0d405ec88a
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
namespace nostalgia::core {
using event_handler = int(*)(void);
using event_handler = int(*)(Context*);
[[nodiscard]] ox::Error init(Context *ctx);