Misc cleanup

This commit is contained in:
brainiac
2025-12-28 02:26:16 -08:00
parent 72fa8cf845
commit 70558cb2ff
5 changed files with 38 additions and 36 deletions
+3 -6
View File
@@ -23,12 +23,9 @@
namespace EQEmuCommand {
std::map<std::string, void (*)(
int argc,
char **argv,
argh::parser &cmd,
std::string &description
)> function_map;
using CommandFunction = void(*)(int argc, char** argv, argh::parser& cmd, std::string& description);
std::map<std::string, CommandFunction> function_map;
/**
* @param cmd