Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.19 KB | None | 0 0
  1. #ifndef DEF_PERSONNAGE
  2. #define DEF_PERSONNAGE
  3.  
  4. class phage
  5. {
  6.     public:
  7. float P_x,P_y,P_z;
  8.  
  9. phage();
  10. float lieuDeNaissance(float P_min,float P_max);
  11. float affiche();
  12. };
  13.  
  14. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement