mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 21:27:54 +00:00
5a7cd1839b
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
13 lines
209 B
C++
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) {
|
|
}
|