Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

player.h

Go to the documentation of this file.
00001 /***************************************************************************************************/ 00002 /***************************************************************************************************/ 00009 /***************************************************************************************************/ 00010 /***************************************************************************************************/ 00011 #ifndef PLAYER_H 00012 #define PLAYER_H 00013 00014 /*------------------------------------ Prototypes ---------------------------------------------*/ 00015 class cPlayer; 00016 00017 /*------------------------------------ Define ---------------------------------------------*/ 00018 #define SPEED_WHITE_BALL 8 00019 #define RAYON_WHITE_BALL 10 00020 #define DELAY_BOMB 0.5 00021 /*------------------------------------ Includes ---------------------------------------------*/ 00022 #include "unit.h" 00023 00024 00025 00026 /*************************************************************************************************/ 00028 00030 class cPlayer : public cUnit 00031 { 00032 public : 00034 00037 cPlayer(int x, int y); 00038 00040 void React_To_Bomb(cBomb * bomb); 00041 00043 void React_To_Cadeau(cCadeau * cado); 00044 00046 void Use_Teleporteur(); 00047 00048 int Nb_Bombs; 00049 int Nb_Hologrammes; 00050 int Nb_Teleporteurs; 00051 int Nb_Lives; 00052 }; 00053 00054 00055 #endif

Generated on Fri May 21 19:22:37 2004 for LIBELL by doxygen 1.3.7