Browse Source

Add mock for `_yield`

gingerBill 3 years ago
parent
commit
6f20b5bb59
1 changed files with 2 additions and 0 deletions
  1. 2 0
      core/time/time_js.odin

+ 2 - 0
core/time/time_js.odin

@@ -19,3 +19,5 @@ _tick_now :: proc "contextless" () -> Tick {
 	return {}
 }
 
+_yield :: proc "contextless" () {
+}