summaryrefslogtreecommitdiff
path: root/commands.h
Commit message (Collapse)AuthorAgeFilesLines
* Added support for commands without a moduleBossCode452023-05-311-29/+44
| | | | | Also made it easier to add commands by making the ~addCommand~ function accept a vector for ~argTypes~ and then convert it.
* feat: Made keybinds work (I hope)BossCode452023-05-261-1/+1
| | | | Note: the config file reloading keybinds isn't quite working, though, need to ungrab the keys
* in-progress: Config refactor started, changed all existing keybind command ↵BossCode452023-05-241-0/+73
args and added in the new files, still many errors