added everything
This commit is contained in:
30
lib/maxsdk70/include/ParticleFlow/IParticleChannelEventStart.h
Executable file
30
lib/maxsdk70/include/ParticleFlow/IParticleChannelEventStart.h
Executable file
@@ -0,0 +1,30 @@
|
||||
/*! \file IParticleChannelEventStart.h
|
||||
\brief Channel-specific interfaces for ParticleChannelEventStart
|
||||
The channel is used to store a moment of entering current Event
|
||||
The channel is a wrap around ParticleChannelPTV
|
||||
*/
|
||||
/**********************************************************************
|
||||
*<
|
||||
CREATED BY: Oleg Bayborodin
|
||||
|
||||
HISTORY: created 11-30-01
|
||||
|
||||
*> Copyright (c) 2001, All Rights Reserved.
|
||||
**********************************************************************/
|
||||
|
||||
#ifndef _IPARTICLECHANNELEVENTSTART_H_
|
||||
#define _IPARTICLECHANNELEVENTSTART_H_
|
||||
|
||||
#include "IParticleChannelPTV.h"
|
||||
|
||||
// standard particle channel "EventStart"
|
||||
// interface ID
|
||||
#define PARTICLECHANNELEVENTSTARTR_INTERFACE Interface_ID(0x74f93b05, 0x1eb34500)
|
||||
#define PARTICLECHANNELEVENTSTARTW_INTERFACE Interface_ID(0x74f93b05, 0x1eb34501)
|
||||
|
||||
#define GetParticleChannelEventStartRInterface(obj) ((IParticleChannelPTVR*)obj->GetInterface(PARTICLECHANNELEVENTSTARTR_INTERFACE))
|
||||
#define GetParticleChannelEventStartWInterface(obj) ((IParticleChannelPTVW*)obj->GetInterface(PARTICLECHANNELEVENTSTARTW_INTERFACE))
|
||||
|
||||
|
||||
|
||||
#endif // _IPARTICLECHANNELEVENTSTART_H_
|
||||
Reference in New Issue
Block a user