00001 /* ndk - [ appInterface.h ] 00002 * 00003 * Basic abstract queue class 00004 * 00005 * (c)2004 dcipher / neuraldk 00006 * www.neuraldk.org 00007 */ 00008 00022 #include "errorCodes.h" 00023 #include "types.h" 00024 00025 ErrorCode AppInterfaceCall(uint32 module, uint32 function, ...); 00026