changeset 4359 | 83ef50815535 |
parent 4357 | a1fcfc341a52 |
child 4369 | 334fc848e051 |
4357:a1fcfc341a52 | 4359:83ef50815535 |
---|---|
40 procedure InitIPC; |
40 procedure InitIPC; |
41 procedure CloseIPC; |
41 procedure CloseIPC; |
42 procedure NetGetNextCmd; |
42 procedure NetGetNextCmd; |
43 |
43 |
44 implementation |
44 implementation |
45 uses uConsole, uConsts, uWorld, uMisc, uLand, uChat, uTeams, uTypes; |
45 uses uConsole, uConsts, uWorld, uMisc, uLand, uChat, uTeams, uTypes, uVariables; |
46 |
46 |
47 type PCmd = ^TCmd; |
47 type PCmd = ^TCmd; |
48 TCmd = packed record |
48 TCmd = packed record |
49 Next: PCmd; |
49 Next: PCmd; |
50 loTime: Word; |
50 loTime: Word; |