mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-20 04:09:16 +00:00
Minor adjustments to avoid needless trivial differences to H-uru/Plasma.
This commit is contained in:
@ -151,8 +151,6 @@ public:
|
||||
virtual void Read(hsStream *s, hsResMgr *mgr);
|
||||
|
||||
protected:
|
||||
friend class plAGModifier;
|
||||
|
||||
// -- methods --
|
||||
virtual void IApply(const plAGModifier *mod, double time) = 0;
|
||||
|
||||
@ -163,6 +161,9 @@ protected:
|
||||
plSimulationInterface * IGetSI(const plAGModifier *modifier) const;
|
||||
plObjInterface * IGetGI(const plAGModifier *modifier, UInt16 classIdx) const;
|
||||
|
||||
// Allow plAGModifier to declare IGet?? as friends
|
||||
friend class plAGModifier;
|
||||
|
||||
// -- members --
|
||||
plAGChannel *fChannel;
|
||||
hsBool fEnabled;
|
||||
|
Reference in New Issue
Block a user