]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/common.qh
#pragma once
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / common.qh
index 6aed511e1bc45c898dc8d7db98cbb28ebd1e195e..2524d31e48256de2a7173d7c2f7bd0d826d2f0aa 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef COMMAND_COMMON_H
-#define COMMAND_COMMON_H
+#pragma once
 
 #include <common/command/command.qh>
 REGISTRY(COMMON_COMMANDS, BITS(7))
@@ -186,6 +185,3 @@ void CommonCommand_macro_write_aliases(float fh)
 {
        FOREACH(COMMON_COMMANDS, true, LAMBDA(CMD_Write_Alias("qc_cmd_svcmd", it.m_name, it.m_description)));
 }
-
-
-#endif