NDEVR
API Documentation
OptechMainModule.h
1#pragma once
2#include "DLLInfo.h"
3namespace NDEVR
4{
5 struct Module;
8}
9extern "C" {
11 OPTECH_API void OptechSetupFactoriesForNDEVR();
12}
The primary namespace for the NDEVR SDK.
void AddOptechModuleToModuleManager()
Registers all Optech hook functions with the NDEVR module manager.
Base class for extensions, typically added as external DLL's that can modify or enhance the behavior ...