From c068f22329d5cc722622a2183bbb22eef2093df7 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 24 Aug 2026 11:16:07 +0200 Subject: initial import --- src/parsec/include/net_util_cl.h | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/parsec/include/net_util_cl.h (limited to 'src/parsec/include/net_util_cl.h') diff --git a/src/parsec/include/net_util_cl.h b/src/parsec/include/net_util_cl.h new file mode 100644 index 0000000..b767433 --- /dev/null +++ b/src/parsec/include/net_util_cl.h @@ -0,0 +1,29 @@ +/* + * PARSEC HEADER: net_util_cl.h + */ + +#ifndef _NET_UTIL_CL_H_ +#define _NET_UTIL_CL_H_ + + +// net_util_cl.c implements the following functions +// ------------------------------------------------ +// int NET_ProtocolPEER(); +// int NET_ProtocolGMSV(); +// int NET_ConnectedPEER(); +// int NET_ConnectedGMSV(); +// char* NET_FetchPlayerName( int playerid ); +// int NET_SetPlayerName( char *name ); +// ShipObject* NET_FetchOwnersShip( int ownerid ); +// void NET_SetPlayerKillStat( int playerid, int amount ); +// int NET_KillStatLimitReached( int limit ); +// void NET_KillStatForceIdleZero(); +// void NET_DrawEntryModeText(); + + +// external functions --------------------------------------------------------- +// + +#endif // _NET_UTIL_CL_H_ + + -- cgit v1.2.3