summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2020-04-01 12:20:19 +0200
committerPaweł Redman <pawel.redman@gmail.com>2020-04-01 12:20:19 +0200
commitc3bc6e494658abc379855a54a029356730f67413 (patch)
tree9db54cd52d9a0e6b57ffad43cd512f43e5ffda5e /src/game/g_local.h
parent1ec4b56e7221a8e43916c7b3ac8c86d588679a74 (diff)
Corona news feed
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r--src/game/g_local.h4
1 files changed, 4 insertions, 0 deletions
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