Differences From Artifact [2ef4251f8a]:
- File enet/include/enet/enet.h — part of check-in [ea7418102a] at 2024-07-13 14:22:15 on branch trunk — Import cube_2005_08_29_src_zlib.zip (user: js, size: 15460) [annotate] [blame] [check-ins using]
To Artifact [1984b68050]:
- File enet/include/enet/enet.h — part of check-in [e5461ff852] at 2024-07-20 14:32:55 on branch trunk — Add buildsys (user: js, size: 15480) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 13 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | - + - + | /** @file enet.h @brief ENet public header file */ #ifndef __ENET_ENET_H__ #define __ENET_ENET_H__ #ifdef __cplusplus extern "C" { #endif #include <stdlib.h> |
︙ |