mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 02:27:40 -04:00
Bunch of small fixes.
This commit is contained in:
@ -33,7 +33,6 @@ class plDSoundBuffer;
|
||||
class DSoundCallbackHandle;
|
||||
class plAudioFileReader;
|
||||
class plStreamingSoundThread;
|
||||
enum CallbackHandleType;
|
||||
class plSoundDeswizzler;
|
||||
|
||||
class plWin32StreamingSound : public plWin32Sound
|
||||
|
@ -36,7 +36,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "plFile/plFileUtils.h"
|
||||
#include "plFile/hsFiles.h"
|
||||
#include "plUnifiedTime/plUnifiedTime.h"
|
||||
#include "pnUtils/pnUtils.h"
|
||||
#include "plStatusLog/plStatusLog.h"
|
||||
#include "hsTimer.h"
|
||||
|
||||
|
@ -227,7 +227,6 @@ protected:
|
||||
plAnimVector fPrivateAnims;
|
||||
|
||||
// animations that require AnimTimeConvert state to be synched
|
||||
typedef std::vector<plAGAnim*> plAnimVector;
|
||||
plInstanceVector fATCAnimInstances;
|
||||
|
||||
hsBool fFirstEval;
|
||||
|
@ -66,6 +66,7 @@ class plAGChannel;
|
||||
class plClothingOutfit;
|
||||
class plClothingSDLModifier;
|
||||
class plAvatarSDLModifier;
|
||||
class plAvatarPhysicalSDLModifier;
|
||||
class plMatrixDelayedCorrectionApplicator;
|
||||
class plMatrixDifferenceApp;
|
||||
class plDebugText;
|
||||
|
@ -39,6 +39,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include <deque>
|
||||
|
||||
class plArmatureModBase;
|
||||
class plArmatureMod;
|
||||
class plArmatureBehavior;
|
||||
class plHKAction;
|
||||
class plAvTask;
|
||||
|
@ -39,6 +39,7 @@ class plATCEaseCurve;
|
||||
class plATCState;
|
||||
class plATCAnim;
|
||||
class plAGMasterMod;
|
||||
class plAGAnimInstance;
|
||||
|
||||
class plAnimTimeConvert : public plCreatable
|
||||
{
|
||||
|
Reference in New Issue
Block a user