mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-18 15:35:47 +01:00
the comment was using single-line comments, I prefer multi-line comments now. This bothered me for much too long.
8 lines
210 B
C
8 lines
210 B
C
/* Copyright (c) 2025 Quinn
|
|
* Licensed under the MIT Licence. See LICENSE for details */
|
|
#pragma once
|
|
|
|
#include <GLFW/glfw3.h>
|
|
|
|
void key_callback(GLFWwindow *win, int key, int scancode, int action, int mods);
|