home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Maximum MODS
/
MaximumMODS.iso
/
amiga
/
edplayer_2.1
/
edplayer.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-01-23
|
359b
|
14 lines
#ifndef __EDPLAYER
#define __EDPLAYER
typedef struct EdMessage { /* This is the EdMessage struct!!!! */
struct Message MainMess;
double pad1;
long pad2; /* Pads are so some fields coincide with ARexx, but */
long result; /* don't use this with anything except EdPlayer! */
long result2;
char *EdCommand;
};
#endif