Move keybinds.h, mouse.h and options.h to libs/ as libconfig

configuration is encouraged.
This commit is contained in:
speedie 2023-06-09 10:23:10 +02:00
parent 71f58b10f7
commit d639275487
4 changed files with 3 additions and 3 deletions

View file

@ -226,9 +226,9 @@ enum {
}; };
// user configuration // user configuration
#include "options.h" #include "libs/options.h"
#include "keybinds.h" #include "libs/keybinds.h"
#include "mouse.h" #include "libs/mouse.h"
static char capstext[16]; static char capstext[16];
static char *fonts[] = { font }; static char *fonts[] = { font };