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