home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
No Fragments Archive 10: Diskmags
/
nf_archive_10.iso
/
MAGS
/
STFORMAT
/
STF11.MSA
/
SIDE_B_C_TUTOR_FLIPC.H
< prev
next >
Wrap
C/C++ Source or Header
|
1990-04-15
|
509b
|
21 lines
/* ----------------- ST FORMAT PINBALL PROGRAM ------- ------------------------
Title: PINBALL
Module: flipc.h
Version: 1.1
Author: Warwick Grigg
Copyright (c) Warwick Grigg 1990. All rights reserved.
----------------------------------------------------------------------------- */
struct flipdef_s {
struct flipdef_s *nextflip; /* Next link in the chain */
char *mempos; /* Pointer to screen memory */
struct sprite_s *scrsprite; /* Sprite handle */
};