trick/trick_sims/ODE/models/DrawStuff/DrawStuffObject.cpp
Alex Lin 5a7cd1839b Split test sims and fun sims into separate directories.
I created an ODE directory and moved the ODE sims into it.  I moved
the Ball++ models into SIM_Ball++_L1 and flattened the directory
structure.

refs #191
2016-02-25 16:04:27 -06:00

13 lines
209 B
C++

#include "DrawStuffObject.hh"
#include "DrawStuff.hh"
DrawStuffObject::~DrawStuffObject() {}
void DrawStuffObject::add_object() {
DrawStuff::add_object(this) ;
}
void DrawStuffObject::command(int) {
}