Initial commit.
[amiga/xmodule.git] / Player.h
1 /*      Player.h
2 **
3 **      Copyright (C) 1993,94,95 Bernardo Innocenti
4 **
5 **      Use 4 chars wide TABs to read this source
6 **
7 **      Definitions for the player interface.
8 */
9
10 struct PlayerCmd
11 {
12         struct Message  pcmd_Message;
13         ULONG                   pcmd_ID;
14         APTR                    pcmd_Data;
15         LONG                    pcmd_Err;
16 };
17
18
19 enum
20 {
21         PCMD_SETUP = -1,
22         PCMD_INIT,
23         PCMD_PLAY,
24 };