scummvm/backends/networking/enet/source
2024-03-16 01:59:27 +02:00
..
callbacks.cpp
callbacks.h
compress.cpp BACKENDS: ENET: Fix MSVC C4245 signed/unsigned mismatch warning 2023-04-11 12:57:51 +02:00
enet.h
host.cpp BACKENDS: ENET: Fix MSVC C4245 signed/unsigned mismatch warning 2023-04-11 11:06:23 +02:00
LICENSE
list.cpp
list.h
packet.cpp
peer.cpp
protocol.cpp COMMON: Mark more symbols as const 2023-12-26 20:23:59 +01:00
protocol.h
README
time.h
types.h
unix.cpp AMIGAOS: Use compiler defines 2024-03-16 01:59:27 +02:00
unix.h
utility.h
win32.cpp BACKENDS: ENET: Now compiles on Windows. 2023-03-06 00:07:13 +01:00
win32.h BACKENDS: ENET: Fix GCC/MinGW warning 2023-04-09 19:00:01 -03:00

Please visit the ENet homepage at http://enet.bespin.org for installation
and usage instructions.

If you obtained this package from github, the quick description on how to build
is:

# Generate the build system.

autoreconf -vfi

# Compile and install the library.

./configure && make && make install