12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- #ifndef __NEROAPIGLUE__
- #define __NEROAPIGLUE__
- #ifdef __cplusplus
- extern "C" {
- #endif
- #include "NeroAPI.h"
- #define USING_NEROSDK
- BOOL NADLL_ATTR NeroAPIGlueConnect (void *reserved);
- void NADLL_ATTR NeroAPIGlueDone (void);
- #ifdef __cplusplus
- }
- #endif
- #endif
|