Functions | |
| void | KT_LoadBmp (int screen, const char *name) |
| Load a BMP Image. You must init a 8 or a 16 bit BG before. | |
| void | KT_LoadJpeg (int screen, const char *name) |
| Load a JPEG Image. You must init a 16 bit BG before. | |
| void | KT_LoadGif (int screen, const char *name, s16 x, s16 y) |
| Load a JPEG Image. You must init a 8 bit BG before. | |
| void KT_LoadBmp | ( | int | screen, | |
| const char * | name | |||
| ) |
Load a BMP Image. You must init a 8 or a 16 bit BG before.
| screen | screen... (0 - 1). | |
| name | Name of the BMP (ex : for "bg.BMP", you should use : "bg"). 1024 car max. |
| void KT_LoadGif | ( | int | screen, | |
| const char * | name, | |||
| s16 | x, | |||
| s16 | y | |||
| ) |
Load a JPEG Image. You must init a 8 bit BG before.
| screen | screen... (0 - 1). | |
| name | Name of the GIF (ex : for "bg.GIF", you should use : "bg"). 1024 car max. | |
| x | Coord X of the GIF. | |
| y | Coord Y of the GIF. |
| void KT_LoadJpeg | ( | int | screen, | |
| const char * | name | |||
| ) |
Load a JPEG Image. You must init a 16 bit BG before.
| screen | screen... (0 - 1). | |
| name | Name of the JPEG (ex : for "bg.JPG", you should use : "bg"). 1024 car max. |
1.5.6