home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d0xx
/
d008
/
hack.lha
/
src
/
def.wseg.h
< prev
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
|
1986-01-18
|
261 b
|
13 lines
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1984. */
#ifndef NOWORM
/* worm structure */
struct wseg {
struct wseg *nseg;
xchar wx,wy;
Bitfield(wdispl,1);
};
#define newseg() (struct wseg *) alloc(sizeof(struct wseg))
#endif NOWORM