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:57
void SHPInterfaceSetupFactoriesForNDEVR()
void SHPInterfaceInitializeForNDEVR(NDEVR::Module &module)
Definition ACIColor.h:37
void AddSHPInterfaceFunctionsToModuleManager()
Base class for extensions, typically added as external DLL's that can modify or enhance the behavior ...
Definition ModuleManager.h:59