diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2026-08-24 11:16:07 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2026-08-24 11:16:07 +0200 |
| commit | c068f22329d5cc722622a2183bbb22eef2093df7 (patch) | |
| tree | 12d56c1aede67988a55e241364606bfbb4dba933 /src/parsec/include/net_game_gmsv.h | |
| download | openparsec-c068f22329d5cc722622a2183bbb22eef2093df7.tar.xz openparsec-c068f22329d5cc722622a2183bbb22eef2093df7.zip | |
Diffstat (limited to 'src/parsec/include/net_game_gmsv.h')
| -rw-r--r-- | src/parsec/include/net_game_gmsv.h | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/parsec/include/net_game_gmsv.h b/src/parsec/include/net_game_gmsv.h new file mode 100644 index 0000000..d71900d --- /dev/null +++ b/src/parsec/include/net_game_gmsv.h @@ -0,0 +1,30 @@ +/* + * PARSEC HEADER: net_game_gmsv.h + */ + +#ifndef _NET_GAME_GMSV_H_ +#define _NET_GAME_GMSV_H_ + + +// net_game_gmsv.c implements the following functions +// -------------------------------------------------- +// size_t NETs_RmEvList_GetMaxSize(); +// void NETs_UpdateKillStats( RE_KillStats* killstats ); + + + +// external functions --------------------------------------------------------- +// +void NET_DisconnectNoConnection(); +void NET_ResyncLocalPlayer( RE_PlayerAndShipStatus* pas_status ); + +// declare prototypes when we do not compile for shared lib gamecode support -- +// +void NET_PingCurrentServer(); +void NET_ProcessPingPacket( NetPacket_GMSV* gamepacket ); +void NET_Handle_STREAM ( NetPacket_GMSV* gamepacket ); + + +#endif // _NET_PEER_H_ + + |
