summaryrefslogtreecommitdiff
path: root/src/resources/soundeffect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/soundeffect.h')
-rw-r--r--src/resources/soundeffect.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/resources/soundeffect.h b/src/resources/soundeffect.h
index eada80b5..127b1ce6 100644
--- a/src/resources/soundeffect.h
+++ b/src/resources/soundeffect.h
@@ -19,8 +19,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef SOUND_EFFECT_H
-#define SOUND_EFFECT_H
+#pragma once
#include "resources/resource.h"
@@ -61,5 +60,3 @@ class SoundEffect : public Resource
Mix_Chunk *mChunk;
};
-
-#endif // SOUND_EFFECT_H