aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/statics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/fullpipe/statics.cpp')
-rw-r--r--engines/fullpipe/statics.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/fullpipe/statics.cpp b/engines/fullpipe/statics.cpp
index f51bc17017..cdb8fabf46 100644
--- a/engines/fullpipe/statics.cpp
+++ b/engines/fullpipe/statics.cpp
@@ -124,6 +124,14 @@ Statics *StaticANIObject::addStatics(Statics *ani) {
return 0;
}
+void StaticANIObject::draw() {
+ warning("STUB: StaticANIObject::draw()");
+}
+
+void StaticANIObject::draw2() {
+ warning("STUB: StaticANIObject::draw2()");
+}
+
Statics::Statics() {
_staticsId = 0;
_picture = 0;