NDEVR
API Documentation
AssimpInterfaceModule.h
1#pragma once
2#include "DLLInfo.h"
3namespace NDEVR
4{
6 struct Module;
7}
8extern "C" {
10 ASSIMP_INTERFACE_API void AssimpInterfaceSetupFactoriesForNDEVR();
13 ASSIMP_INTERFACE_API void AssimpInterfaceInitializeForNDEVR(Module& module);
16 ASSIMP_INTERFACE_API void AssimpInterfaceDefineModuleResourcesForNDEVR(ModuleResourceManager* module_resources);
18 ASSIMP_INTERFACE_API void AddAssimpInterfaceFunctionsToModuleManager();
19}
Stores all dependencies for a combination of modules that make up a complete software package.
The primary namespace for the NDEVR SDK.
Base class for extensions, typically added as external DLL's that can modify or enhance the behavior ...