EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
CommandHelper.h
Go to the documentation of this file.
1 #ifndef __COMMAND_HELPER_H__
2 #define __COMMAND_HELPER_H__
3 
4 #include "ConsoleCommands.h"
5 
6 int cmd_find_nth_noneq(const Seperator &args, int n);
7 std::string cmd_parse_eq_arg(const Seperator &args, const char *name);
8 
9 #endif
std::string cmd_parse_eq_arg(const Seperator &args, const char *name)
Separates string to arguments.
Definition: Seperator.h:36
* args
int cmd_find_nth_noneq(const Seperator &args, int n)