home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / d / d-linux.zip / dm-dist / limits.h < prev    next >
C/C++ Source or Header  |  1991-03-01  |  509b  |  17 lines

  1. /* ************************************************************************
  2. *  file: limits.h , Limit/Gain control module             Part of DIKUMUD *
  3. *  Usage: declaration of title type                                       *
  4. ************************************************************************* */
  5.  
  6. /* Public Procedures */
  7. int mana_limit(struct char_data *ch);
  8. int hit_limit(struct char_data *ch);
  9. int move_limit(struct char_data *ch);
  10.  
  11. struct title_type
  12. {
  13.     char *title_m;
  14.     char *title_f;
  15.     int exp;
  16. };
  17.