25 lines
362 B
C++
25 lines
362 B
C++
#ifndef __P_COMMON_H__
|
|
#define __P_COMMON_H__
|
|
|
|
#include "vtPhysXBase.h"
|
|
#include "vtPhysXAll.h"
|
|
|
|
#include "vtLogTools.h"
|
|
#include "vtCBBErrorHelper.h"
|
|
#include <virtools/vtBBHelper.h>
|
|
#include <virtools/vtBBMacros.h>
|
|
|
|
|
|
#define HAS_CONFIG
|
|
#ifdef HAS_CONFIG
|
|
#include "gConfig.h"
|
|
#endif
|
|
|
|
using namespace vtTools::BehaviorTools;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif |