home *** CD-ROM | disk | FTP | other *** search
/ Prima Shareware 3 / DuCom_Prima-Shareware-3_cd1.bin / PROGRAMO / C / OOPSV / OOPSLIB.ZIP / CLASANC.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-19  |  361 b   |  10 lines

  1. #include "state.hpp"          // pour State::tabClassAnc
  2. #include "classcod.cod"       // pour les noms des etats
  3. #include "allcodes.cod"       // pour MAX_CLASSES et MAX_ANC_CLASSES
  4.  
  5. int ClassTabAncestor [MAX_CLASSES][MAX_ANC_CLASSES] =
  6.   {
  7.      #include "clasanc.cod"
  8.   };
  9. int* State::tabClassAnc = (int*)ClassTabAncestor;  // CONVERSION DANGEUREUSE !!
  10.