summaryrefslogtreecommitdiffstats
path: root/src/object/auto/auto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/auto/auto.h')
-rw-r--r--src/object/auto/auto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/object/auto/auto.h b/src/object/auto/auto.h
index 53ccdf9..e27804c 100644
--- a/src/object/auto/auto.h
+++ b/src/object/auto/auto.h
@@ -61,6 +61,8 @@ public:
virtual Error IsEnded();
virtual bool Abort();
+ virtual Error StartAction(int param);
+
virtual bool SetType(ObjectType type);
virtual bool SetValue(int rank, float value);
virtual bool SetString(char *string);