code semantic fixups

This commit is contained in:
2025-06-05 16:05:37 +02:00
parent e57f499a32
commit 56749e2379
3 changed files with 10 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
// 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);