From c3bc6e494658abc379855a54a029356730f67413 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Wed, 1 Apr 2020 12:20:19 +0200 Subject: Corona news feed --- src/game/g_local.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/game/g_local.h') diff --git a/src/game/g_local.h b/src/game/g_local.h index 4836721..3d96e5f 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -1312,6 +1312,10 @@ connectionRecord_t *G_GenerateNewConnection( gclient_t *client ); void G_ResetPTRConnections( void ); connectionRecord_t *G_FindConnectionForCode( int code ); +// +// g_corona.c +// +void G_CoronaNewsfeed( void ); //some maxs #define MAX_FILEPATH 144 -- cgit