home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Groovy Bytes: Behind the Moon
/
groovybytes.iso
/
GROOVY
/
DEMOS
/
MISC_DEM
/
SUNKNOWN.ZIP
/
MORPH.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
|
1994-04-06
|
191 b
|
13 lines
// MORPH.H
#ifndef _MORPH_H
#define _MORPH_H
#include "global.h"
void morph(void);
void showspeed(void);
void bye(void);
int usepara(int argc, char **argv,byte &guson);
#endif