internal static void Main(string[] args) { using (s_Window window = new s_Window()) { engine.Init(args); window.Run(60.0, 0.0); } }