diff --git a/TestGame/TestGame.cs b/TestGame/TestGame.cs index 7691092..2b68c53 100644 --- a/TestGame/TestGame.cs +++ b/TestGame/TestGame.cs @@ -1,9 +1,9 @@ -using System.Numerics; using Voile; using Voile.Audio; using Voile.Resources; using Voile.SceneGraph; using Voile.Utils; +using Voile.Input; public class TestGame : Game {