API Documentation
Loading...
Searching...
No Matches
IredesModule.h
Go to the documentation of this file.
1#pragma once
2#include "DLLInfo.h"
3namespace NDEVR
4{
5 struct Module;
6}
7extern "C" {
10}
11namespace NDEVR
12{
14}
#define IREDES_INTERFACE_API
Definition DLLInfo.h:58
void IredesInitializeForNDEVR(NDEVR::Module &module)
void IredesSetupFactoriesForNDEVR()
Definition ACIColor.h:37
void AddIredesFunctionsToModuleManager()
Base class for extensions, typically added as external DLL's that can modify or enhance the behavior ...
Definition ModuleManager.h:59