[Lapetus-cvs] lapetus lapetus.h,1.6,1.7
Status: Inactive
Brought to you by:
cyberwarriorx
From: Theo B. <cyb...@us...> - 2007-03-03 03:56:10
|
Update of /cvsroot/lapetus/lapetus In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv12102 Modified Files: lapetus.h Log Message: -Added the new header files -New error type for "File not found" Index: lapetus.h =================================================================== RCS file: /cvsroot/lapetus/lapetus/lapetus.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- lapetus.h 1 Mar 2007 23:17:45 -0000 1.6 +++ lapetus.h 3 Mar 2007 03:56:05 -0000 1.7 @@ -21,8 +21,10 @@ #define LAPETUS_H #include "types.h" +#include "font.h" #include "bios.h" #include "cd.h" +#include "cdfs.h" #include "commlink.h" #include "dsp.h" #include "int.h" @@ -30,6 +32,7 @@ #include "netlink.h" #include "sci.h" #include "smpc.h" +#include "text.h" #include "timer.h" #include "vdp.h" @@ -44,5 +47,6 @@ #define LAPETUS_ERR_BUSY -6 // Hardware is busy #define LAPETUS_ERR_UNKNOWN -7 // Unknown error #define LAPETUS_ERR_AUTH -8 // Disc authentication error +#define LAPETUS_ERR_FILENOTFOUND -9 // File not found error #endif |