]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/sounds/sound.qh
#pragma once
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / sounds / sound.qh
index 519f910b0d3fee4721a698c549a59316841d658b..b2cca4fee1614ab6f98929edf61fd10e33cb0199 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef SOUND_H
-#define SOUND_H
+#pragma once
 
 // negative = SVQC autochannels
 // positive = one per entity
@@ -130,5 +129,3 @@ CLASS(Sound, Object)
                precache_sound(s);
        }
 ENDCLASS(Sound)
-
-#endif