home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 1
/
GoldFishApril1994_CD2.img
/
d4xx
/
d487
/
pprint
/
source
/
tops.h
< prev
Wrap
C/C++ Source or Header
|
1991-05-10
|
731b
|
27 lines
/************************************************************************
* *
* tops.h *
* *
*-----------------------------------------------------------------------*
* *
* Variables for the top - lines of the Images *
* *
* ( Necessary for the PAL- and NTSC- versions. *
* *
************************************************************************/
#ifndef TOPS_H
#define TOPS_H
IMPORT SHORT LAYOUT_TOP,
NUM_LINES,
NUMTOP,
SECTOP,
STRINGTOP,
ACTIONTOP,
PT1TOP,
PT2TOP,
SWITCHTOP;
#endif /* TOPS_H */