figments: command: rewrite command api to use Task instances instead of static functions
This commit is contained in:
@@ -121,4 +121,9 @@ private:
|
||||
|
||||
bool loadProfile(const char* name);
|
||||
bool loadMap(const String& mapName);
|
||||
|
||||
void doSave(Args& args, Print& print);
|
||||
void doSetProfile(Args& args, Print& print);
|
||||
void doCoordMap(Args& args, Print& print);
|
||||
void doMapList(Args& args, Print& print);
|
||||
};
|
||||
|
Reference in New Issue
Block a user