This repository has been archived on 2023-01-27. You can view files and clone it, but cannot push or open issues or pull requests.
cad/fusion360/usr/Include/Core/pCommon.h
2022-10-15 19:16:08 +02: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