hedgewars/uFLTypes.pas
branchqmlfrontend
changeset 10418 091d2c0216c3
parent 10406 b5fd52ac760f
child 10420 02c573d19224
equal deleted inserted replaced
10416:1c301054694d 10418:091d2c0216c3
     1 unit uFLTypes;
     1 unit uFLTypes;
       
     2 interface
     2 
     3 
     3 interface
     4 type TIPCMessage = record
       
     5                    str: shortstring;
       
     6                    len: Longword;
       
     7                    buf: Pointer
       
     8                end;
       
     9     TIPCCallback = procedure (p: pointer; len: byte; msg: PChar);
     4 
    10 
     5 implementation
    11 implementation
     6 
    12 
     7 end.
    13 end.