Add game input to examples import

This commit is contained in:
Lucas Perlind
2025-02-06 14:57:47 +11:00
parent d1d0f0e9b7
commit 24496c4046

View File

@@ -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