1 #ifndef __SCRIPTED_OBJECT_H__
2 #define __SCRIPTED_OBJECT_H__
12 virtual ~ScriptedObject();
15 void set_animation(const std::string& animation);
16 std::string get_animation();
18 void move(float x, float y);
19 void set_pos(float x, float y);
22 void set_velocity(float x, float y);
23 float get_velocity_x();
24 float get_velocity_y();