Example #1
0
void Bolt::connectTo(Gear & gear){
	mom = &gear;

	ofLogNotice() << "connected " << getName() << " to " << gear.getName();
}