diff options
Diffstat (limited to 'engines/avalanche/avalot.cpp')
-rw-r--r-- | engines/avalanche/avalot.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/avalanche/avalot.cpp b/engines/avalanche/avalot.cpp index e89fbe1dbb..337f896db9 100644 --- a/engines/avalanche/avalot.cpp +++ b/engines/avalanche/avalot.cpp @@ -35,6 +35,9 @@ namespace Avalanche { Avalot::Avalot() {} void Avalot::run(Common::String arg) { + + + warning("STUB: Avalot::run()"); } |