diff options
author | Your Name <you@example.com> | 2023-11-21 16:26:34 -0500 |
---|---|---|
committer | Your Name <you@example.com> | 2023-11-21 16:26:34 -0500 |
commit | 0d32e0d3342ef2455014c8e1164977c816763317 (patch) | |
tree | 0e0a445332accf0eda8f23fe586f614844bee463 /src/cmd/cmd.h | |
parent | 5678a600b7d1ec4e79724258dfefe45a49258ea3 (diff) | |
download | dmtool-0d32e0d3342ef2455014c8e1164977c816763317.tar.gz dmtool-0d32e0d3342ef2455014c8e1164977c816763317.tar.bz2 dmtool-0d32e0d3342ef2455014c8e1164977c816763317.zip |
Added rudimentary item creation
Diffstat (limited to 'src/cmd/cmd.h')
-rw-r--r-- | src/cmd/cmd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/cmd.h b/src/cmd/cmd.h index ff96b32..1763f95 100644 --- a/src/cmd/cmd.h +++ b/src/cmd/cmd.h @@ -29,6 +29,7 @@ namespace cmd { std::string del(std::vector<std::string> args); std::string edit(std::vector<std::string> args); std::string spellcasting(std::vector<std::string> args); + std::string create(std::vector<std::string> args); std::string git(std::vector<std::string> args); //Queries |