comparison Character.h @ 65:b97628fca317

int -> long. not move on ABIBIT=64.
author tkaito
date Thu, 17 Feb 2011 04:49:47 +0900
parents 978097c6427a
children
comparison
equal deleted inserted replaced
64:07bc996c8e49 65:b97628fca317
69 extern int filpcount; 69 extern int filpcount;
70 extern int stage; 70 extern int stage;
71 //extern teki enemy[300]; 71 //extern teki enemy[300];
72 extern const table enemystate[50]; 72 extern const table enemystate[50];
73 73
74 int init_chara_list(int num);
75 int extend_chara_list_pool(int num); 74 int extend_chara_list_pool(int num);
76 void TFon(); 75 void TFon();
77 void TFoff(); 76 void TFoff();
77 int init_chara_list(int num);
78 void Putenemy(int charano, float x, float y, float vx, float vy, 78 void Putenemy(int charano, float x, float y, float vx, float vy,
79 CHARACTER * (*action)(CHARACTER *chara)); 79 CHARACTER * (*action)(CHARACTER *chara));
80 CHARACTER * delete_chara(CHARACTER *p); 80 CHARACTER * delete_chara(CHARACTER *p);
81 void state_update(); 81 void state_update();
82 void collision_detect(); 82 void collision_detect();