API Documentation
Loading...
Searching...
No Matches
AssimpInterfaceModule.h
Go to the documentation of this file.
1#pragma once
2#include "DLLInfo.h"
3namespace NDEVR
4{
5 class ModuleResourceManager;
6 struct Module;
7}
8extern "C" {
9 ASSIMP_INTERFACE_API void AssimpInterfaceSetupFactoriesForNDEVR();//SetupFileStructureForNDEVR
12}
13namespace NDEVR
14{
16}
#define ASSIMP_INTERFACE_API
Definition DLLInfo.h:78
ASSIMP_INTERFACE_API void AssimpInterfaceInitializeForNDEVR(NDEVR::Module &module)
Definition AssimpInterfaceModule.cpp:25
ASSIMP_INTERFACE_API void AssimpInterfaceDefineModuleResourcesForNDEVR(NDEVR::ModuleResourceManager *module_resources)
Definition AssimpInterfaceModule.cpp:37
ASSIMP_INTERFACE_API void AssimpInterfaceSetupFactoriesForNDEVR()
Definition AssimpInterfaceModule.cpp:18
Stores all dependencies for a combination of modules that make up a complete software package.
Definition ModuleResourceManager.h:239
Definition ACIColor.h:37
ASSIMP_INTERFACE_API void AddAssimpInterfaceFunctionsToModuleManager()
Definition AssimpInterfaceModule.cpp:50
Base class for extensions, typically added as external DLL's that can modify or enhance the.
Definition ModuleManager.h:58