X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=server.h;h=d83c908bf92725b67448d25ddc7676687ebfafac;hb=2af1e9af4d4c9398a788424f88e6b6234b84cd9a;hp=34aa79dfd2f349216a9ce7ebbe94cc1080258501;hpb=1482926c39b83cd18851386229732ead26aef30a;p=xonotic%2Fdarkplaces.git diff --git a/server.h b/server.h index 34aa79df..d83c908b 100644 --- a/server.h +++ b/server.h @@ -611,7 +611,17 @@ void SV_StopThread(void); void VM_CustomStats_Clear(void); void VM_SV_UpdateCustomStats(client_t *client, prvm_edict_t *ent, sizebuf_t *msg, int *stats); + +void SV_InitOperatorCommands(void); + void SV_Savegame_to(prvm_prog_t *prog, const char *name); +void SV_Savegame_f(cmd_state_t *cmd); +void SV_Loadgame_f(cmd_state_t *cmd); + +void SV_PreSpawn_f(cmd_state_t *cmd); +void SV_Spawn_f(cmd_state_t *cmd); +void SV_Begin_f(cmd_state_t *cmd); + void SV_SendServerinfo(client_t *client); #endif