mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 11:25:45 +01:00
the comment was using single-line comments, I prefer multi-line comments now. This bothered me for much too long.
7 lines
247 B
C
7 lines
247 B
C
/* 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
|