|
Re: Making more reusable commands
I really think that it would be nice to make some sort of Library to set up everything for you. That way, could have code like:
int main() {
init victor("shooter");
setSpeed("shooter", 127);
return 0;
}
And yes, that was probably incorrect C syntax.
|