Fusion360-Addons/usr/Include/Core/pCommon.h
2021-10-31 19:39:29 +01:00

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