summaryrefslogtreecommitdiffstats
path: root/src/sound/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound/sound.h')
-rw-r--r--src/sound/sound.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/sound/sound.h b/src/sound/sound.h
index 16e1be5..f026b76 100644
--- a/src/sound/sound.h
+++ b/src/sound/sound.h
@@ -16,8 +16,7 @@
// sound.h
-#ifndef SOUND_H
-#define SOUND_H
+#pragma once
#include <dsound.h>
@@ -242,4 +241,4 @@ protected:
char m_CDpath[100];
};
-#endif // SOUND_H
+