summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
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