changeset 2599 | c7153d2348f3 |
parent 2578 | ec8e69b23097 |
child 2630 | 079ef82eac75 |
2598:e118329666ff | 2599:c7153d2348f3 |
---|---|
17 *) |
17 *) |
18 |
18 |
19 unit uIO; |
19 unit uIO; |
20 interface |
20 interface |
21 uses SDLh; |
21 uses SDLh; |
22 {$INCLUDE options.inc} |
22 {$INCLUDE "options.inc"} |
23 |
23 |
24 const ipcPort: Word = 0; |
24 const ipcPort: Word = 0; |
25 |
25 |
26 procedure SendIPC(s: shortstring); |
26 procedure SendIPC(s: shortstring); |
27 procedure SendIPCXY(cmd: char; X, Y: SmallInt); |
27 procedure SendIPCXY(cmd: char; X, Y: SmallInt); |