[nostalgia/core] Rename event handler to update handler
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user