converted player to new object system
[supertux.git] / src / moving_object.cpp
1 #include "moving_object.h"
2
3 MovingObject::MovingObject()
4 {
5 }
6
7 MovingObject::~MovingObject()
8 {
9 }
10