diff options
Diffstat (limited to 'engines/fullpipe/objects.h')
-rw-r--r-- | engines/fullpipe/objects.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/engines/fullpipe/objects.h b/engines/fullpipe/objects.h index 008e684a68..9e7c7531a7 100644 --- a/engines/fullpipe/objects.h +++ b/engines/fullpipe/objects.h @@ -63,31 +63,6 @@ struct PicAniInfo { bool load(MfcArchive &file); }; -class CMotionController; - -class Sc2 : public CObject { - public: - int16 _sceneId; - int16 _field_2; - Scene *_scene; - CMotionController *_motionController; - int32 *_data1; // FIXME, could be a struct - int _count1; - PicAniInfo **_defPicAniInfos; - int _defPicAniInfosCount; - PicAniInfo **_picAniInfos; - int _picAniInfosCount; - int _isLoaded; - EntranceInfo **_entranceData; - int _entranceDataCount; - - public: - Sc2(); - virtual bool load(MfcArchive &file); -}; - -typedef Common::Array<Sc2> Sc2Array; - union VarValue { float floatValue; int32 intValue; |