Thanks!
Now it compiles, but I have a few questions:
Quote:
yourRobotClass()://constructor
camera(AxisCamera::GetInstance())//init here
|
what does
Code:
function() : another_thing(){}
really do? Is it like a class, where function() "inherits" another_thing()?
How does that exactly work?
-Masoug