diff options
Diffstat (limited to 'engines/fullpipe/statics.h')
-rw-r--r-- | engines/fullpipe/statics.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/fullpipe/statics.h b/engines/fullpipe/statics.h index 7c52e18d33..3f16878747 100644 --- a/engines/fullpipe/statics.h +++ b/engines/fullpipe/statics.h @@ -145,6 +145,8 @@ class StaticANIObject : public GameObject { Movement *getMovementById(int id); Statics *addStatics(Statics *ani); + void draw(); + void draw2(); }; } // End of namespace Fullpipe |