Upload files to "src/c"

This commit is contained in:
2024-10-06 20:50:04 +00:00
parent f7f3f857f2
commit 442ffff150
5 changed files with 548 additions and 0 deletions

5
src/c/options.h Normal file
View File

@@ -0,0 +1,5 @@
#pragma once
#define KEY_OPTIONS 99
void init_options();