aboutsummaryrefslogtreecommitdiff
path: root/src/parsec/include/net_util_cl.h
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2026-08-24 11:16:07 +0200
committerFelix Morgner <felix.morgner@gmail.com>2026-08-24 11:16:07 +0200
commitc068f22329d5cc722622a2183bbb22eef2093df7 (patch)
tree12d56c1aede67988a55e241364606bfbb4dba933 /src/parsec/include/net_util_cl.h
downloadopenparsec-c068f22329d5cc722622a2183bbb22eef2093df7.tar.xz
openparsec-c068f22329d5cc722622a2183bbb22eef2093df7.zip
initial importHEADmain
Diffstat (limited to 'src/parsec/include/net_util_cl.h')
-rw-r--r--src/parsec/include/net_util_cl.h29
1 files changed, 29 insertions, 0 deletions
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_
+
+