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

@@ -73,3 +73,7 @@ static void init(void) {
glColorMaterial(GL_FRONT_AND_BACK, GL_AMBIENT_AND_DIFFUSE);
}
static void key(int k) {
(void)k;
}