summaryrefslogtreecommitdiff
path: root/src/game/g_admin.h
diff options
context:
space:
mode:
authorTremulous Test Server <tremtest@d1stkfactory>2015-01-07 22:59:50 +0000
committerTremulous Test Server <tremtest@d1stkfactory>2015-01-07 22:59:50 +0000
commit96f8e06ec9aa117bb8dd7e8d671d93e3884cb98f (patch)
tree49d2bd62aa66724626cddc988047c289fb0616b2 /src/game/g_admin.h
parent743658c1f63e0bb328247912f85050898bf51881 (diff)
Added G_admin_writeconfig and changed outside calls to use that.
Diffstat (limited to 'src/game/g_admin.h')
-rw-r--r--src/game/g_admin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/g_admin.h b/src/game/g_admin.h
index 61b012c..8132607 100644
--- a/src/game/g_admin.h
+++ b/src/game/g_admin.h
@@ -220,5 +220,6 @@ void G_admin_buffer_begin( void );
void G_admin_buffer_end( gentity_t *ent );
void G_admin_duration( int secs, char *duration, int dursize );
void G_admin_cleanup( void );
+void G_admin_writeconfig( void );
#endif /* ifndef _G_ADMIN_H */