Multistepper.cpp library download

Yep, no luck. I think it's pretty standard (if not required) to put the class declarations in a .h file, and the class' member declarations in a .cpp

Without the .cpp, I get the following error after implementing the .h file into the library:

undefined reference to `MultiStepper::MultiStepper()'