942a9badb63eb1afa5022c2fe04cf0175324be15
[tpg/acess2.git] / Usermode / Libraries / ld-acess.so_src / include_exp / acess / devices / pty_cmds.h
1 /*
2  * Acess2 User Core
3  * - By John Hodge (thePowersGang)
4  *
5  * acess/devices/pty_cmds.h
6  * - Defintions for 2D/3D command stream PTY output modes
7  */
8 #ifndef _ACESS_DEVICES_PTY_CMDS_H_
9 #define _ACESS_DEVICES_PTY_CMDS_H_
10
11 enum
12 {
13         PTY2D_CMD_NOP,
14         PTY2D_CMD_SETCURSORPOS,
15         PTY2D_CMD_SETCURSORBMP,
16         PTY2D_CMD_NEWSRF,
17         PTY2D_CMD_DELSRF,
18         PTY2D_CMD_BLIT,
19         PTY2D_CMD_SEND,
20         PTY2D_CMD_RECV,
21 }
22
23 #endif
24

UCC git Repository :: git.ucc.asn.au