mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-28 17:04:34 +00:00
Add game input to examples import
This commit is contained in:
@@ -2,6 +2,9 @@ package all
|
||||
|
||||
import wgpu "vendor:wgpu"
|
||||
import b2 "vendor:box2d"
|
||||
import game_input "vendor:windows/GameInput"
|
||||
|
||||
_ :: wgpu
|
||||
_ :: b2
|
||||
_ :: b2
|
||||
_ :: game_input
|
||||
|
||||
|
||||
Reference in New Issue
Block a user