summaryrefslogtreecommitdiffstats
path: root/src/sound
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound')
-rw-r--r--src/sound/sound.cpp11
-rw-r--r--src/sound/sound.h5
2 files changed, 8 insertions, 8 deletions
diff --git a/src/sound/sound.cpp b/src/sound/sound.cpp
index 333eba0..fadfeaa 100644
--- a/src/sound/sound.cpp
+++ b/src/sound/sound.cpp
@@ -24,11 +24,12 @@
#include <d3dtypes.h>
#include <dsound.h>
#include <stdio.h>
-#include "language.h"
-#include "struct.h"
-#include "iman.h"
-#include "math3d.h"
-#include "sound.h"
+
+#include "common/language.h"
+#include "common/struct.h"
+#include "common/iman.h"
+#include "math/old/math3d.h"
+#include "sound/sound.h"
/////////////////////////////////////////////////////////////////////////////
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
+