package engine type Window interface { Destroy() SwapBuffers() ShouldClose() bool }