From ea76b6988ccafaa6a4d4ed90f2489d0e49e1f180 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Sat, 5 Sep 2015 09:32:30 -0400 Subject: Imported Upstream version 0.40.24 --- g_src/command_line.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100755 g_src/command_line.h (limited to 'g_src/command_line.h') diff --git a/g_src/command_line.h b/g_src/command_line.h new file mode 100755 index 0000000..e2606fb --- /dev/null +++ b/g_src/command_line.h @@ -0,0 +1,25 @@ +class command_linest +{ + public: + string original; + stringvectst arg_vect; + + long gen_id; + unsigned long world_seed; + char use_seed; + string world_param; + char use_param; + + + + void init(const string &str); + char grab_arg(string &source,long &pos); + void handle_arg(string &arg); + + command_linest() + { + gen_id=-1; + use_seed=0; + use_param=0; + } +}; \ No newline at end of file -- cgit v1.2.3