37 lines
960 B
C++
37 lines
960 B
C++
/********************************************************************
|
|
created: 2009/02/16
|
|
created: 16:2:2009 8:57
|
|
filename: x:\ProjectRoot\svn\local\vtPhysX\SDK\Include\Core\Common\vtPreReqs.h
|
|
file path: x:\ProjectRoot\svn\local\vtPhysX\SDK\Include\Core\Common
|
|
file base: vtPreReqs
|
|
file ext: h
|
|
author: Günter Baumgart
|
|
|
|
purpose: Virtools Forward Declarations
|
|
*********************************************************************/
|
|
#ifndef __PREREQUISITES_VIRTOOSLS_H__
|
|
#define __PREREQUISITES_VIRTOOSLS_H__
|
|
|
|
//################################################################
|
|
//
|
|
// Common Types
|
|
//
|
|
|
|
class CKBeObject;
|
|
class CKContext;
|
|
class CKParameter;
|
|
class CKParameterIn;
|
|
class CKParameterOut;
|
|
class CKParameterManager;
|
|
class CKAttributeManager;
|
|
|
|
//################################################################
|
|
//
|
|
// 3D Types
|
|
//
|
|
class CKMesh;
|
|
class CK3dEntity;
|
|
class CK3dObject;
|
|
class CK3dPointCloud;
|
|
|
|
#endif |