API Documentation
Loading...
Searching...
No Matches
PDFModule.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 PDF_API void PDFSetupFactoriesForNDEVR();//SetupFileStructureForNDEVR
10}
11namespace NDEVR
12{
14}
#define PDF_API
Definition DLLInfo.h:57
void PDFInitializeForNDEVR(NDEVR::Module &module)
void PDFSetupFactoriesForNDEVR()
Definition ACIColor.h:37
void AddPDFFunctionsToModuleManager()
Base class for extensions, typically added as external DLL's that can modify or enhance the behavior ...
Definition ModuleManager.h:59