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

objectKernel.h

Go to the documentation of this file.
00001 /* ndk - [ objectKernel.h ]
00002  *
00003  * Implements an 'Object' class for the kernel
00004  *
00005  * (c)2004 dcipher / neuraldk
00006  *           www.neuraldk.org
00007  */
00008 
00017 #ifndef __ndk_object_kernel__
00018 #define __ndk_object_kernel__
00019 
00020 #include "object.h"
00021 
00022 extern Object objectKernel;
00023 
00024 ErrorCode objectKernelInit(void);
00025 ErrorCode objectKernelFinal(void);
00026 
00031 extern void (*splashScreen) (void *argument);
00032 
00033 #endif
00034 

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