home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Prima Shareware 3
/
DuCom_Prima-Shareware-3_cd1.bin
/
PROGRAMO
/
C
/
OOPSV
/
OOPSLIB.ZIP
/
ANCESTOR.CPP
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-03-29
|
322 b
|
10 lines
#include "state.hpp" // pour State::tabInitial
#include "statecod.cod" // pour les noms des etats
#include "allcodes.cod" // pour MAX_STATES
int StateTabAncestor [MAX_STATES] =
{
#include "statanc.cod"
};
int* State::tabAncestor = (int*)StateTabAncestor; // CONVERSION DANGEUREUSE !!