aboutsummaryrefslogtreecommitdiff
path: root/saga/actor.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/actor.h')
-rw-r--r--saga/actor.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/saga/actor.h b/saga/actor.h
index 6a24646603..a1a6b7cafc 100644
--- a/saga/actor.h
+++ b/saga/actor.h
@@ -186,10 +186,16 @@ struct ACTIONTIMES {
class Actor {
public:
- int reg();
Actor(SagaEngine *vm);
~Actor();
+ void CF_actor_add(int argc, const char **argv);
+ void CF_actor_del(int argc, const char **argv);
+ void CF_actor_move(int argc, const char **argv);
+ void CF_actor_moverel(int argc, const char **argv);
+ void CF_actor_seto(int argc, const char **argv);
+ void CF_actor_setact(int argc, const char **argv);
+
int direct(int msec);
int create(int actor_id, int x, int y);