- most thinkers are done. Some stuff about polyobject pointers is temporarily disabled right now because some of the required functions have already been pulled out.
This commit is contained in:
parent
340c7795f3
commit
e89d072abc
39 changed files with 290 additions and 342 deletions
|
|
@ -66,7 +66,7 @@ public:
|
|||
void UpdateInterpolation();
|
||||
void Restore();
|
||||
void Interpolate(double smoothratio);
|
||||
DECLARE_OLD_SERIAL
|
||||
|
||||
virtual void Serialize(FSerializer &arc);
|
||||
size_t PointerSubstitution (DObject *old, DObject *notOld);
|
||||
size_t PropagateMark();
|
||||
|
|
@ -95,7 +95,7 @@ public:
|
|||
void UpdateInterpolation();
|
||||
void Restore();
|
||||
void Interpolate(double smoothratio);
|
||||
DECLARE_OLD_SERIAL
|
||||
|
||||
virtual void Serialize(FSerializer &arc);
|
||||
};
|
||||
|
||||
|
|
@ -123,7 +123,7 @@ public:
|
|||
void UpdateInterpolation();
|
||||
void Restore();
|
||||
void Interpolate(double smoothratio);
|
||||
DECLARE_OLD_SERIAL
|
||||
|
||||
virtual void Serialize(FSerializer &arc);
|
||||
};
|
||||
|
||||
|
|
@ -150,7 +150,7 @@ public:
|
|||
void UpdateInterpolation();
|
||||
void Restore();
|
||||
void Interpolate(double smoothratio);
|
||||
DECLARE_OLD_SERIAL
|
||||
|
||||
virtual void Serialize(FSerializer &arc);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue