// Copyright (c) 2025 Quinn // Licensed under the MIT Licence. See LICENSE for details #pragma once int window_init(void); // initializes the global window, returns non-zero upon failure void window_loop(void); // performs the window updates