Unit 'ENet' Package
[Overview][Constants][Types][Procedures and functions][Index] [#libenet]

TENetCallbacks

Declaration

Source position: enet.pp line 66

type TENetCallbacks = record

  malloc: function(

  size: csize_t

):Pointer;

  free: procedure(

  memory: Pointer

);

  no_memory: procedure;

end;


Documentation generated on: 2023-03-18