-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlibenet.def
54 lines (54 loc) · 1.49 KB
/
libenet.def
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
EXPORTS
enet_address_get_host @1
enet_address_get_host_ip @2
enet_address_set_host @3
enet_address_set_host_ip @4
enet_crc32 @5
enet_deinitialize @6
enet_host_bandwidth_limit @7
enet_host_broadcast @8
enet_host_channel_limit @9
enet_host_check_events @10
enet_host_compress @11
enet_host_compress_with_range_coder @12
enet_host_connect @13
enet_host_create @14
enet_host_destroy @15
enet_host_flush @16
enet_host_service @17
enet_initialize @18
enet_initialize_with_callbacks @19
enet_linked_version @20
enet_packet_create @21
enet_packet_destroy @22
enet_packet_resize @23
enet_peer_disconnect @24
enet_peer_disconnect_later @25
enet_peer_disconnect_now @26
enet_peer_ping @27
enet_peer_ping_interval @28
enet_peer_receive @29
enet_peer_reset @30
enet_peer_send @31
enet_peer_throttle_configure @32
enet_peer_timeout @33
enet_range_coder_compress @34
enet_range_coder_create @35
enet_range_coder_decompress @36
enet_range_coder_destroy @37
enet_socket_accept @38
enet_socket_bind @39
enet_socket_connect @40
enet_socket_create @41
enet_socket_destroy @42
enet_socket_get_address @43
enet_socket_get_option @44
enet_socket_listen @45
enet_socket_receive @46
enet_socket_send @47
enet_socket_set_option @48
enet_socket_shutdown @49
enet_socket_wait @50
enet_socketset_select @51
enet_time_get @52
enet_time_set @53