more keys

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@267 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-11 11:39:41 +00:00
parent 6979c9dcbd
commit 927f9577ca
7 changed files with 38 additions and 1 deletions

View File

@@ -153,3 +153,7 @@ static void init(void) {
glDisable(GL_DITHER);
glShadeModel(GL_FLAT);
}
static void key(int k) {
(void)k;
}