summaryrefslogtreecommitdiffstats
path: root/game/client/resource
diff options
context:
space:
mode:
Diffstat (limited to 'game/client/resource')
-rw-r--r--game/client/resource/sound_effect.hh4
-rw-r--r--game/client/resource/texture_gui.hh4
2 files changed, 0 insertions, 8 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
diff --git a/game/client/resource/texture_gui.hh b/game/client/resource/texture_gui.hh
index 988c642..2d42c83 100644
--- a/game/client/resource/texture_gui.hh
+++ b/game/client/resource/texture_gui.hh
@@ -1,5 +1,3 @@
-#ifndef CLIENT_TEXTURE2D_HH
-#define CLIENT_TEXTURE2D_HH 1
#pragma once
constexpr static unsigned int TEXTURE_GUI_LOAD_CLAMP_S = 0x0001;
@@ -15,5 +13,3 @@ struct TextureGUI final {
ImTextureID handle;
glm::ivec2 size;
};
-
-#endif // CLIENT_TEXTURE2D_HH