home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Audio 4.94 - Over 11,000 Files
/
audio-11000.iso
/
amiga
/
players
/
modplyrs
/
edplyr21.lha
/
edplayer.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-02-20
|
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