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

25 lines
733 B
C

/********************************************************************
created: 2009/01/05
created: 5:1:2009 18:18
filename: x:\ProjectRoot\svn\local\vtTools\SDK\Include\Core\vtCModuleDefines.h
file path: x:\ProjectRoot\svn\local\vtTools\SDK\Include\Core
file base: vtCModuleDefines
file ext: h
author:
purpose:
*********************************************************************/
#ifndef __VTCMODULES_DEFINES_H_
#define __VTCMODULES_DEFINES_H_
#include <vtCXGlobal.h>
#define VTCMODULE_NAME VTCX_API_PREFIX("TOOLS")
#define VTCMODULE_ATTRIBUTE_CATAEGORY VTCMODULE_NAME
#define VTM_TOOL_MANAGER_GUID CKGUID(0x7a9a6475,0x6fb90c74)
#define VTBB_PLG_GUID CKGUID(0x3262afb,0x230b4434)
#endif