- a few more

This commit is contained in:
Christoph Oelckers 2016-09-19 13:36:58 +02:00
commit a542e99143
7 changed files with 228 additions and 32 deletions

View file

@ -31,7 +31,8 @@ public:
virtual void UpdateInterpolation() = 0;
virtual void Restore() = 0;
virtual void Interpolate(double smoothratio) = 0;
virtual void Serialize(FArchive &arc);
DECLARE_OLD_SERIAL
virtual void Serialize(FSerializer &arc);
};
//==========================================================================