diff options
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index 1648f116..82f294b0 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -1136,4 +1136,4 @@ int trap_DebugPolygonCreate(int color, int numPoints, vec3_t *points); void trap_DebugPolygonDelete(int id); void trap_SnapVector( float *v ); - +void trap_SendGameStat( const char *data ); |