X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FLibraries%2Fld-acess.so_src%2Finclude_exp%2Facess%2Fdevices%2Fpty_cmds.h;fp=Usermode%2FLibraries%2Fld-acess.so_src%2Finclude_exp%2Facess%2Fdevices%2Fpty_cmds.h;h=942a9badb63eb1afa5022c2fe04cf0175324be15;hb=7479bf405c5173ab0b403ee4e6dd859580ed27d2;hp=0000000000000000000000000000000000000000;hpb=1c388a6c77f8f04b269051d0e089eaab9e45b391;p=tpg%2Facess2.git diff --git a/Usermode/Libraries/ld-acess.so_src/include_exp/acess/devices/pty_cmds.h b/Usermode/Libraries/ld-acess.so_src/include_exp/acess/devices/pty_cmds.h new file mode 100644 index 00000000..942a9bad --- /dev/null +++ b/Usermode/Libraries/ld-acess.so_src/include_exp/acess/devices/pty_cmds.h @@ -0,0 +1,24 @@ +/* + * Acess2 User Core + * - By John Hodge (thePowersGang) + * + * acess/devices/pty_cmds.h + * - Defintions for 2D/3D command stream PTY output modes + */ +#ifndef _ACESS_DEVICES_PTY_CMDS_H_ +#define _ACESS_DEVICES_PTY_CMDS_H_ + +enum +{ + PTY2D_CMD_NOP, + PTY2D_CMD_SETCURSORPOS, + PTY2D_CMD_SETCURSORBMP, + PTY2D_CMD_NEWSRF, + PTY2D_CMD_DELSRF, + PTY2D_CMD_BLIT, + PTY2D_CMD_SEND, + PTY2D_CMD_RECV, +} + +#endif +