summaryrefslogtreecommitdiffstats
path: root/game/client/resource/sound_effect.hh
diff options
context:
space:
mode:
Diffstat (limited to 'game/client/resource/sound_effect.hh')
-rw-r--r--game/client/resource/sound_effect.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/game/client/resource/sound_effect.hh b/game/client/resource/sound_effect.hh
index 8fa3da4..f2db33b 100644
--- a/game/client/resource/sound_effect.hh
+++ b/game/client/resource/sound_effect.hh
@@ -1,5 +1,3 @@
-#ifndef CLIENT_SOUND_EFFECT_HH
-#define CLIENT_SOUND_EFFECT_HH 1
#pragma once
struct SoundEffect final {
@@ -8,5 +6,3 @@ struct SoundEffect final {
std::string name;
ALuint buffer;
};
-
-#endif // CLIENT_SOUND_EFFECT_HH