X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fmain.qh;h=4d1271c4195b519ae11c6e952ac0bcd12f39da93;hb=1da96e958217f87f41d20c0968d51856a801b538;hp=56dae7f4f191d5216faf83e120c9d86447bd3444;hpb=3ecb4f377794080b3b216d6be9f131c227e76210;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/main.qh b/qcsrc/client/main.qh index 56dae7f4f..4d1271c41 100644 --- a/qcsrc/client/main.qh +++ b/qcsrc/client/main.qh @@ -103,12 +103,20 @@ float current_viewzoom; float zoomin_effect; bool warmup_stage; +string hostname; +string welcome_msg; +float welcome_msg_menu_check_maxtime; +bool welcome_msg_force_centerprint; +void Welcome_Message_Show_Try(); + void Fog_Force(); string _getcommandkey(string text, string command, bool forcename); #define getcommandkey(cmd_name, command) _getcommandkey(cmd_name, command, false) #define getcommandkey_forcename(cmd_name, command) _getcommandkey(cmd_name, command, true) +void Release_Common_Keys(); + string vote_called_vote; bool ready_waiting; bool ready_waiting_for_me;