]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/vote.qh
Merge branch 'DefaultUser/mapinfo_without_weapons_in_ca' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / vote.qh
index 0cab6c1d4a7559bcd5cf9f9381b664ebc79d2486..988e91bbce615648873186adf6fb5306d4641c54 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef VOTE_H
-#define VOTE_H
+#pragma once
 
 // ================================================
 //  Declarations for the vote system/vote commands
@@ -42,7 +41,7 @@ string vote_parsed_display; // visual string which is fixed after being parsed
 // allow functions to be used in other code like g_world.qc and teamplay.qc
 void VoteThink();
 void VoteReset();
-void VoteCommand(float request, entity caller, float argc, string vote_command);
+void VoteCommand(int request, entity caller, int argc, string vote_command);
 
 // warmup and nagger stuff
 const float RESTART_COUNTDOWN = 10;
@@ -55,4 +54,4 @@ void reset_map(float dorespawn);
 void ReadyCount();
 void ReadyRestart_force();
 void VoteCount(float first_count);
-#endif
+void Nagger_Init();