]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/vote.qh
Hack the vote command parser to return an error code to avoid the incorrect 'invalid...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / vote.qh
index 98b000e75d3c6f624e48f88acbef9b16dee36ea0..7b10b37eb70bcf2a0e50a45fb105b14846d7b59c 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef VOTE_H
-#define VOTE_H
+#pragma once
 
 // ================================================
 //  Declarations for the vote system/vote commands
@@ -54,4 +53,4 @@ float restart_mapalreadyrestarted; // bool, indicates whether reset_map() was al
 void reset_map(float dorespawn);
 void ReadyCount();
 void ReadyRestart_force();
-#endif
+void VoteCount(float first_count);