/*==LICENSE==*
CyanWorlds.com Engine - MMOG client, server and tools
Copyright (C) 2011 Cyan Worlds, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .
Additional permissions under GNU GPL version 3 section 7
If you modify this Program, or any covered work, by linking or
combining it with any of RAD Game Tools Bink SDK, Autodesk 3ds Max SDK,
NVIDIA PhysX SDK, Microsoft DirectX SDK, OpenSSL library, Independent
JPEG Group JPEG library, Microsoft Windows Media SDK, or Apple QuickTime SDK
(or a modified version of those libraries),
containing parts covered by the terms of the Bink SDK EULA, 3ds Max EULA,
PhysX SDK EULA, DirectX SDK EULA, OpenSSL and SSLeay licenses, IJG
JPEG Library README, Windows Media SDK EULA, or QuickTime SDK EULA, the
licensors of this Program grant you additional
permission to convey the resulting work. Corresponding Source for a
non-source form of such a combination shall include the source code for
the parts of OpenSSL and IJG JPEG Library used as well as that of the covered
work.
You can contact Cyan Worlds, Inc. by email legal@cyan.com
or by snail mail at:
Cyan Worlds, Inc.
14617 N Newport Hwy
Mead, WA 99021
*==LICENSE==*/
#ifndef plPhysicalComponents_h_inc
#define plPhysicalComponents_h_inc
#include "plComponent.h"
#define PHYSICS_BASE_CID Class_ID(0x610f187a, 0x25824341)
#define PHYSICS_DEBUG_CID Class_ID(0x24131a19, 0x3ef26119)
#define PHYSICS_TERRAIN_CID Class_ID(0x5a526841, 0x11d00083)
#define PHYSICS_DETECTOR_CID Class_ID(0x33b60376, 0x7e5163e0)
#define PHYSICS_INVISIBLE_CID Class_ID(0x11e81ee4, 0x36b81450)
#define PHYSICS_PLAYER_CID Class_ID(0x48703458, 0x4c3a4f39)
#define PHYSICS_SIMPLE_CID Class_ID(0x1e1d2ec5, 0x37f612d6)
#define PHYSICS_BLOCKER_CID Class_ID(0xc9a44be, 0x33c87ffb)
#define PHYSICS_BOUND_BLOCKER_CID Class_ID(0x1beb2bc6, 0x49cd7e64)
#define PHYS_WALKABLE_CID Class_ID(0xcc56fb9, 0x716e0810)
#define PHYS_CLIMBABLE_CID Class_ID(0x74602123, 0x7505f97)
#define PHYS_SWIMSURFACE_CID Class_ID(0x1cde28dd, 0x3c792b48)
#define PHYS_SWIM3D_CID Class_ID(0x12040f17, 0x496913c4)
#define PHYS_CAMERA_BLOCK_CID Class_ID(0x32c729fc, 0x606e79d9)
#define PHYS_SUBWORLD_CID Class_ID(0x157e2138, 0x272540c1)
#define SUBWORLD_REGION_CID Class_ID(0x50d13e25, 0x5c4d139b)
#define PANIC_LINK_REGION_CID Class_ID(0x8d1242, 0x4c283d12)
#include