[nostalgia/core] Rename event handler to update handler

This commit is contained in:
2022-03-19 20:11:53 -05:00
parent 8e660f6b15
commit 2223fe7863
9 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ ox::Result<ox::UniquePtr<Context>> init(ox::UniquePtr<ox::FileSystem>, const cha
return OxError(1);
}
void setEventHandler(Context*, event_handler) noexcept {
void setUpdateHandler(Context*, UpdateHandler) noexcept {
}
uint64_t ticksMs(Context*) noexcept {