diff options
| author | BossCode45 <human.cyborg42@gmail.com> | 2025-01-04 20:28:39 +1300 |
|---|---|---|
| committer | BossCode45 <human.cyborg42@gmail.com> | 2025-01-04 20:28:39 +1300 |
| commit | e9c351d109439ca27c472f0d8d5f8a530ce24033 (patch) | |
| tree | 41c98af4d94bb615e16cfd13eed026f3fc2dbb28 /src/keybinds.cpp | |
| parent | aa1500fea32db04c9e4fe72786ebd7e3479b6a8a (diff) | |
| download | YATwm-e9c351d109439ca27c472f0d8d5f8a530ce24033.tar.gz YATwm-e9c351d109439ca27c472f0d8d5f8a530ce24033.zip | |
revert: Added the commands library back to the source
Diffstat (limited to 'src/keybinds.cpp')
| -rw-r--r-- | src/keybinds.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/keybinds.cpp b/src/keybinds.cpp index 127a534..235f8c1 100644 --- a/src/keybinds.cpp +++ b/src/keybinds.cpp @@ -7,9 +7,8 @@ #include <vector> #include <regex> -#include <commands.h> -//TODO: FIX THIS -#include <error.h> +#include "commands.h" +#include "error.h" #include "keybinds.h" #include "util.h" |
