// Copyright (c) 2025 Quinn // Licensed under the MIT Licence. See LICENSE for details #pragma once #include #include int render_init(void); void render_update(GLFWwindow *win);