diff options
Diffstat (limited to 'engines/avalanche/avalot.h')
-rw-r--r-- | engines/avalanche/avalot.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/avalanche/avalot.h b/engines/avalanche/avalot.h index 4c428b6172..5881108cfc 100644 --- a/engines/avalanche/avalot.h +++ b/engines/avalanche/avalot.h @@ -35,10 +35,10 @@ class AvalancheEngine; class Avalot { public: - Avalot(); - void setParent(AvalancheEngine *vm); + void init(); + void run(Common::String arg); private: |