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

22 lines
699 B
C

/********************************************************************
created: 2009/04/13
created: 13:4:2009 21:58
filename: x:\ProjectRoot\vtmodsvn\tools\VTCPPProjectPremakerSimple\Sdk\Include\Core\gConfig.h
file path: x:\ProjectRoot\vtmodsvn\tools\VTCPPProjectPremakerSimple\Sdk\Include\Core
file base: gConfig
file ext: h
author: Günter Baumgart
purpose: Global configuration for this component
*********************************************************************/
#ifndef __G_CONFIG_H__
#define __G_CONFIG_H__
/*!
\brief Enables access from an external application. All related code needs to enabled
by this macro
*/
//#define G_EXTERNAL_ACCESS
#endif