blitz3d/blitz3d/pivot.cpp

11 lines
103 B
C++

#include "std.h"
#include "pivot.h"
Pivot::Pivot(){
}
Pivot::Pivot( const Object &t ):
Object(t){
}