AVALANCHE: Repair Pingo.

This commit is contained in:
uruk 2013-06-28 17:43:31 +02:00
parent 140e205227
commit 612582f016

View File

@ -36,12 +36,14 @@
#include "avalanche/trip6.h"
//#include "avalanche/scrolls2.h"
#include "common/textconsole.h"
namespace Avalanche {
void Pingo::setParent(AvalancheEngine *vm) {
_vm = vm;
}
void Pingo::dplot(int16 x, int16 y, Common::String z) {
warning("STUB: Pingo::dplot()");
}