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 DSoundCallbackHandle;
|
||||||
class plAudioFileReader;
|
class plAudioFileReader;
|
||||||
class plStreamingSoundThread;
|
class plStreamingSoundThread;
|
||||||
enum CallbackHandleType;
|
|
||||||
class plSoundDeswizzler;
|
class plSoundDeswizzler;
|
||||||
|
|
||||||
class plWin32StreamingSound : public plWin32Sound
|
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/plFileUtils.h"
|
||||||
#include "plFile/hsFiles.h"
|
#include "plFile/hsFiles.h"
|
||||||
#include "plUnifiedTime/plUnifiedTime.h"
|
#include "plUnifiedTime/plUnifiedTime.h"
|
||||||
#include "pnUtils/pnUtils.h"
|
|
||||||
#include "plStatusLog/plStatusLog.h"
|
#include "plStatusLog/plStatusLog.h"
|
||||||
#include "hsTimer.h"
|
#include "hsTimer.h"
|
||||||
|
|
||||||
|
@ -227,7 +227,6 @@ protected:
|
|||||||
plAnimVector fPrivateAnims;
|
plAnimVector fPrivateAnims;
|
||||||
|
|
||||||
// animations that require AnimTimeConvert state to be synched
|
// animations that require AnimTimeConvert state to be synched
|
||||||
typedef std::vector<plAGAnim*> plAnimVector;
|
|
||||||
plInstanceVector fATCAnimInstances;
|
plInstanceVector fATCAnimInstances;
|
||||||
|
|
||||||
hsBool fFirstEval;
|
hsBool fFirstEval;
|
||||||
|
@ -66,6 +66,7 @@ class plAGChannel;
|
|||||||
class plClothingOutfit;
|
class plClothingOutfit;
|
||||||
class plClothingSDLModifier;
|
class plClothingSDLModifier;
|
||||||
class plAvatarSDLModifier;
|
class plAvatarSDLModifier;
|
||||||
|
class plAvatarPhysicalSDLModifier;
|
||||||
class plMatrixDelayedCorrectionApplicator;
|
class plMatrixDelayedCorrectionApplicator;
|
||||||
class plMatrixDifferenceApp;
|
class plMatrixDifferenceApp;
|
||||||
class plDebugText;
|
class plDebugText;
|
||||||
|
@ -39,6 +39,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
|||||||
#include <deque>
|
#include <deque>
|
||||||
|
|
||||||
class plArmatureModBase;
|
class plArmatureModBase;
|
||||||
|
class plArmatureMod;
|
||||||
class plArmatureBehavior;
|
class plArmatureBehavior;
|
||||||
class plHKAction;
|
class plHKAction;
|
||||||
class plAvTask;
|
class plAvTask;
|
||||||
|
@ -39,6 +39,7 @@ class plATCEaseCurve;
|
|||||||
class plATCState;
|
class plATCState;
|
||||||
class plATCAnim;
|
class plATCAnim;
|
||||||
class plAGMasterMod;
|
class plAGMasterMod;
|
||||||
|
class plAGAnimInstance;
|
||||||
|
|
||||||
class plAnimTimeConvert : public plCreatable
|
class plAnimTimeConvert : public plCreatable
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user