hedgewars/uFLTypes.pas
author unc0rr
Fri, 26 Sep 2014 00:56:36 +0400
branchqmlfrontend
changeset 10422 4cf23d4c7624
parent 10420 02c573d19224
child 10428 7c25297720f1
permissions -rw-r--r--
- Pages - Animations on buttons hovering

unit uFLTypes;
interface

type TIPCMessage = record
                   str: shortstring;
                   len: Longword;
                   buf: Pointer
               end;
    TIPCCallback = procedure (p: pointer; msg: PChar; len: Longword);

implementation

end.