| version 1.1, 2003/10/21 14:57:41 | version 1.3, 2003/11/21 06:51:16 | 
| Line 3 | Line 3 | 
 | #include        <stddef.h> | #include        <stddef.h> | 
 |  |  | 
 | #define BYTESEX_LITTLE | #define BYTESEX_LITTLE | 
 |  | #define OSLANG_SJIS | 
 |  | #define OSLINEBREAK_CRLF | 
 |  |  | 
 |  |  | 
 | typedef short                   SINT16; | typedef short                   SINT16; | 
| Line 10  typedef unsigned short UINT16; | Line 12  typedef unsigned short UINT16; | 
 | typedef int                             SINT32; | typedef int                             SINT32; | 
 | typedef unsigned int    UINT32; | typedef unsigned int    UINT32; | 
 |  |  | 
 |  |  | 
 |  | #define SIZE_QVGA | 
 | #define RGB16           UINT32 | #define RGB16           UINT32 | 
 |  |  | 
 |  |  | 
 | #include        "common.h" | #include        "common.h" | 
 | #include        "milstr.h" | #include        "milstr.h" | 
 | #include        "_memory.h" | #include        "_memory.h" | 
| Line 19  typedef unsigned int UINT32; | Line 24  typedef unsigned int UINT32; | 
 | #include        "lstarray.h" | #include        "lstarray.h" | 
 | #include        "trace.h" | #include        "trace.h" | 
 |  |  | 
 |  |  | 
 | #define GETTICK()       GetTickCount() | #define GETTICK()       GetTickCount() | 
 | #define GETRAND()       rand() |  | 
 | #define SPRINTF         wsprintf | #define SPRINTF         wsprintf | 
 |  |  | 
 | #define SIZE_QVGA |  | 
 |  |  | 
 | #define VERMOUTH_LIB | #define VERMOUTH_LIB | 
 | #define SOUND_CRITICAL | #define SOUND_CRITICAL | 
 |  |  | 
 |  | #define SUPPORT_SJIS | 
 |  |  | 
 | #define SUPPORT_16BPP | #define SUPPORT_16BPP | 
 | #define MEMOPTIMIZE             2 | #define MEMOPTIMIZE             2 | 
 |  |  | 
 |  | #define SOUNDRESERVE    100 | 
 |  |  | 
 |  | #define SCREEN_BPP              16 | 
 |  |  |