// // Author: Michael Cameron // Email: chronokun@hotmail.com // #include #include #include #include #include #include "oopless-parser.hpp" #include "brushdef.hpp" using namespace std; int main(const int _kiArgC, const char** _kppcArgv) { // Check we have correct number of parameters if(_kiArgC < 3) { return(3); } convertmap(_kppcArgv[1], _kppcArgv[2], &brushdef_net); return(0); }