#pragma once #include #include void initGame(GLFWwindow* window, CommandLineOptions options); void updateFrame(GLFWwindow* window, int windowWidth, int windowHeight); void renderFrame(GLFWwindow* window, int windowWidth, int windowHeight);