Adds the given function to the BrainOS function list.
fn
void myBosFn(bool remake){ //drawing code here } int main(){ BosFn::addNewFn(myBosFn); }