00001 /*************************************************************************** 00002 ToyLoad.h - description 00003 ------------------- 00004 begin : Sat Jan 25 2003 00005 copyright : (C) 2003 by Tyler Montbriand 00006 student # : 200200370 00007 class : CS330 00008 email : monttyle@heavyspace.ca 00009 ***************************************************************************/ 00010 #ifndef __TOYLOAD_H__ 00011 #define __TOYLOAD_H__ 00012 00013 #ifdef __cplusplus 00014 extern "C" { 00015 #endif 00016 00018 extern const char **DataType_List[]; 00019 00021 ErrMessage_t TMM_PagedLoad(ToyMM *tm, int process, const char *filename); 00022 00024 ErrMessage_t TMM_Load(ToyMM *tm,int process,const char *filename,int addr); 00025 #ifdef __cplusplus 00026 } 00027 #endif 00028 00029 #endif/*__TOYLOAD_H__*/
1.3-rc3