1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-18 11:19:10 +00:00

Fix fallout in 3dsm plugin

This commit is contained in:
2014-01-23 23:53:14 -05:00
parent 86c77006c8
commit f1f7f3acd3
3 changed files with 3 additions and 0 deletions

View File

@ -74,6 +74,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pnMessage/plCursorChangeMsg.h" #include "pnMessage/plCursorChangeMsg.h"
#include "pnMessage/plEventCallbackMsg.h" #include "pnMessage/plEventCallbackMsg.h"
#include "plMessage/plAnimCmdMsg.h" #include "plMessage/plAnimCmdMsg.h"
#include "plInterp/plAnimEaseTypes.h"
#include "MaxConvert/plConvert.h" #include "MaxConvert/plConvert.h"

View File

@ -69,6 +69,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pnSceneObject/plAudioInterface.h" #include "pnSceneObject/plAudioInterface.h"
#include "pnMessage/plSoundMsg.h" #include "pnMessage/plSoundMsg.h"
#include "plInterp/plAnimEaseTypes.h"
#include "MaxMain/plPlasmaRefMsgs.h" #include "MaxMain/plPlasmaRefMsgs.h"
enum enum

View File

@ -62,6 +62,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "MaxMain/plMaxNode.h" #include "MaxMain/plMaxNode.h"
#include "hsMaxLayerBase.h" #include "hsMaxLayerBase.h"
#include "plInterp/plAnimEaseTypes.h"
#include "plInterp/plController.h" #include "plInterp/plController.h"
#include "plInterp/hsInterp.h" #include "plInterp/hsInterp.h"
#include "MaxExport/plErrorMsg.h" #include "MaxExport/plErrorMsg.h"