// C Source File
// Created 26/04/2002; 13:45:17
#define USE_TI89 // Compile for TI-89
#define USE_TI92PLUS // Compile for TI-92 Plus
#define OPTIMIZE_ROM_CALLS // Use ROM Call Optimization
#include <tigcclib.h> // Include All Header Files
short murs[16*30]={1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,
1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,
1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,
1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,
1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1,
1,0,0,0,1,1,0,0,0,0,0,1,0,0,0,1,
1,1,1,0,1,0,0,0,0,1,1,0,0,0,0,1,
1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,
1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,
1,0,1,0,1,0,0,0,0,0,0,1,0,0,0,1,
1,0,1,0,1,0,1,0,0,0,0,0,0,1,0,1,
1,0,1,0,1,0,0,0,0,0,0,1,1,0,0,1,
1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,1,
1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,
1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,
1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,
1,1,1,0,1,0,0,0,0,0,0,0,0,0,1,1,
1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,
1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,
1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,
1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,
1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,
1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,
1,0,1,1,1,1,0,0,0,0,0,1,0,0,0,1,
1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,
1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,
1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,1,
1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1};
short autres[][32]=
{
{ 0, 1, 48, 96, 0, 0, 0, 0, 64, 64, 2, 0, 0, 0, 0, 0,0 , 0 ,7 ,0 ,0 , 0
},{0, 2, 96,176, 0, 0, 3, 0, 16*20,9*16, 3, 0, 0, 0, 0, 0,0 , 0 ,16 ,1 ,0 , 0
},{0, 0, 128,32, 0, 0, 1, 0, 0 , 0, 2, 0, 0, 0, 0, 0,0 , 0 ,0 ,0 ,0 , 0
},{0, 3, 80,176, 0, 0, 4, 0, 10*16,0, 0, 0, 0, 0, 0, 0,0 , 0 ,16 ,1 ,0 , 0
},{0, 1, 96,160, 0, 0, 3, 0, 10*16,9*16, 0, 0, 0, 0, 0, 0,0 , 0 ,16 ,1 ,0 , 0
},{0, 2, 80,194, 0, 0, 0, 0, 0 , 0, 3, 0, 0, 0, 0, 0,0 , 0 ,16 ,0 ,0 , 0
},{0, 1, 32,176, 0, 0, 4, 0, 3*16,3*16, 0, 0, 0, 0, 0, 0,0 , 0 ,16 ,1 ,0 , 0
},{0, 3, 48,176, 0, 0, 2, 0, 3*16,19*16, 0, 0, 0, 0, 0, 0,0 , 0 ,16 ,1 ,0 , 0
},{0, 1, 176,220, 0, 0, 0, 0, 0 ,0 , 3, 0, 0, 0, 0, 0,0 , 0 ,16 ,0 ,0 , 0
},{0, 2, 176,80, 0, 0, 3, 0, 5*16,8*16, 0, 0, 0, 0, 0, 0,0 , 0 ,16 ,1 ,0 , 0
},{0, 3, 160,16, 0, 0, 2, 0, 7*16,4*16, 0, 0, 0, 0, 0, 0,0 , 0 ,16 ,1 ,0 , 0
},{0, 3, 112,68, 0, 0, 4, 0, 0 ,0 , 3, 0, 0, 0, 0, 0,0 , 0 ,16 ,0 ,0 , 0
},{0, 2, 320,320, 0, 0, 0, 0, 16*16,23*16, 0, 0, 0, 0, 0, 0,0 , 0 ,16 ,1 ,0 , 0
} };
short nbre_autres=2;
short size_x=16;
short size_y=30;
short T=33;
short S=38;
// Main Function
void _main(void)
{
}
ce truc fait planter vti si je compile avec ide mais pas si je compile sous dos !

