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/gConfig.h
2022-10-15 19:16:08 +02: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