source: nscp/NSParser.h @ 95e4ace

0.4.00.4.10.4.2stable
Last change on this file since 95e4ace was a0528c4, checked in by Michael Medin <michael@…>, 8 years ago

Initial release

  • Property mode set to 100644
File size: 259 bytes
Line 
1#pragma once
2
3namespace NSParser {
4        typedef std::list<std::string> ArgumentList;
5
6/*
7        class NSCommand {
8                static int getCommandID() const;
9                static void execute(ArgumentList args) const;
10        };
11*/
12        std::string execute(int cmdID, std::list<std::string> args);
13}
14
Note: See TracBrowser for help on using the repository browser.