Go to the documentation of this file.00001
00008
00009
00010 #ifndef __NMEPluginRaw__
00011 #define __NMEPluginRaw__
00012
00013 #ifdef __cplusplus
00014 extern "C" {
00015 #endif
00016
00017 #include "NME.h"
00018
00034 NMEErr NMEPluginRaw(NMEConstText name, NMEInt nameLen,
00035 NMEConstText data, NMEInt dataLen,
00036 NMEContext *context,
00037 void *userData);
00038
00041 #define NMEPluginRawEntry(name, opt) \
00042 {name, opt, NMEPluginRaw, NULL}
00043
00044 #ifdef __cplusplus
00045 }
00046 #endif
00047
00048 #endif