erreur.h 305 B

123456789101112131415
  1. /* $Id: erreur.h,v 1.3 2001/04/25 15:20:20 glop Exp $ */
  2. #ifndef __PROLO_ERREUR_H__
  3. #define __PROLO_ERREUR_H__
  4. #define NONE 0
  5. #define NOT_YOURS 1
  6. #define NOT_VISIBLE 2
  7. #define NBR_OUT_OF_RANGE 3
  8. #define POS_OUT_OF_RANGE 4
  9. #define TYPE_ERROR 5
  10. #define INVALID_TARGET 6
  11. #define DESTROYED 7
  12. #endif