#include "NDPluginFile.h"
#include <napi.h>
#include <tinyxml.h>
Go to the source code of this file.
Define Documentation
#define FIRST_NDFILE_NEXUS_PARAM NDFileNexusTemplatePath |
#define LAST_NDFILE_NEXUS_PARAM NDFileNexusTemplateValid |
#define NDFileNexusTemplateFileString "TEMPLATE_FILE_NAME" |
#define NDFileNexusTemplatePathString "TEMPLATE_FILE_PATH" |
#define NDFileNexusTemplateValidString "TEMPLATE_FILE_VALID" |
#define NDNexusFileVersion 1.0 |
#define NUM_ND_FILE_NEXUS_PARAMS (sizeof(NDFileNexusParamString)/sizeof(NDFileNexusParamString[0])) |
#define NUM_NDFILE_NEXUS_PARAMS ((int)(&LAST_NDFILE_NEXUS_PARAM - &FIRST_NDFILE_NEXUS_PARAM + 1)) |