Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

objectRDOFF2.h

Go to the documentation of this file.
00001 /* ndk - [ objectRDOFF2.h ]
00002  *
00003  * Object Parser for RDOFF2 objects
00004  *
00005  * (c)2004 dcipher / neuraldk
00006  *           www.neuraldk.org
00007  */
00008 
00017 #undef interface
00018 
00019 #if Build_Rdoff2_internal
00020 #define interface(n) rdoff2_##n
00021 #else
00022 #define interface(n) n
00023 #endif
00024 
00025 #ifndef __ndk_object_rdoff2__
00026 #define __ndk_object_rdoff2__
00027 
00028 //#include "buildProperties.h"
00029 
00030 ErrorCode interface(driverInit) (void);
00031 ErrorCode interface(driverFinal) (void);
00032 
00033 #endif
00034 

Generated on Wed Mar 22 20:36:33 2006 for ndk by  doxygen 1.4.4