mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Add mock for _yield
This commit is contained in:
@@ -19,3 +19,5 @@ _tick_now :: proc "contextless" () -> Tick {
|
|||||||
return {}
|
return {}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_yield :: proc "contextless" () {
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user