home *** CD-ROM | disk | FTP | other *** search
- #include "state.hpp" // pour State::tabInitial
- #include "statecod.cod" // pour les noms des etats
- #include "allcodes.cod" // pour MAX_CLASSES et MAX_INIT_STATE
- int StateTabInitial [MAX_CLASSES][MAX_INIT_STATE] =
- {
- #include "statinit.cod"
- };
- int* State::tabInitial = (int*)StateTabInitial; // CONVERSION DANGEUREUSE !!
-