API Documentation
Loading...
Searching...
No Matches
CSFModule.h
Go to the documentation of this file.
1#pragma once
2#include "DLLInfo.h"
3namespace NDEVR
4{
5 struct Module;
7}
8extern "C"
9{
11 CSF_API void CSFSetupFactoriesForNDEVR();//SetupFactoriesForNDEVR
12}
#define CSF_API
Definition DLLInfo.h:50
void CSFInitializeForNDEVR(NDEVR::Module &module)
void CSFSetupFactoriesForNDEVR()
Definition ACIColor.h:37
void AddCSFFunctionsToModuleManager()
Base class for extensions, typically added as external DLL's that can modify or enhance the behavior ...
Definition ModuleManager.h:59