diff --git a/keybinds.h b/libs/keybinds.h similarity index 100% rename from keybinds.h rename to libs/keybinds.h diff --git a/mouse.h b/libs/mouse.h similarity index 100% rename from mouse.h rename to libs/mouse.h diff --git a/options.h b/libs/options.h similarity index 100% rename from options.h rename to libs/options.h diff --git a/spmenu.c b/spmenu.c index 20f3cb6..a765272 100644 --- a/spmenu.c +++ b/spmenu.c @@ -226,9 +226,9 @@ enum { }; // user configuration -#include "options.h" -#include "keybinds.h" -#include "mouse.h" +#include "libs/options.h" +#include "libs/keybinds.h" +#include "libs/mouse.h" static char capstext[16]; static char *fonts[] = { font };