mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-18 07:39:08 +00:00
FULLPIPE: Added MctlCompound object type
This commit is contained in:
parent
83b2507011
commit
036c9fd6a9
@ -71,6 +71,8 @@ class MctlCompound : public MotionController {
|
||||
MctlCompoundArray _motionControllers;
|
||||
|
||||
public:
|
||||
MctlCompound() { _objtype = kObjTypeMctlCompound; }
|
||||
|
||||
virtual bool load(MfcArchive &file);
|
||||
|
||||
virtual int addObject(StaticANIObject *obj);
|
||||
|
@ -69,7 +69,8 @@ enum ObjType {
|
||||
kObjTypeObjstateCommand,
|
||||
kObjTypeStaticANIObject,
|
||||
kObjTypePictureObject,
|
||||
kObjTypeMovGraph
|
||||
kObjTypeMovGraph,
|
||||
kObjTypeMctlCompound
|
||||
};
|
||||
|
||||
class CObject {
|
||||
|
Loading…
Reference in New Issue
Block a user