API Documentation
Loading...
Searching...
No Matches
SHPInterfaceModule.h
Go to the documentation of this file.
1#pragma once
2#include "DLLInfo.h"
3namespace NDEVR
4{
5 struct Module;
6}
7extern "C" {
9 SHP_INTERFACE_API void SHPInterfaceSetupFactoriesForNDEVR();//SetupFileStructureForNDEVR
10}
11namespace NDEVR
12{
14}
#define SHP_INTERFACE_API
Definition DLLInfo.h:78
SHP_INTERFACE_API void SHPInterfaceInitializeForNDEVR(NDEVR::Module &module)
Definition SHPInterfaceModule.cpp:10
SHP_INTERFACE_API void SHPInterfaceSetupFactoriesForNDEVR()
Definition SHPInterfaceModule.cpp:20
Definition ACIColor.h:37
SHP_INTERFACE_API void AddSHPInterfaceFunctionsToModuleManager()
Definition SHPInterfaceModule.cpp:27
Base class for extensions, typically added as external DLL's that can modify or enhance the.
Definition ModuleManager.h:58