We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3bcb599 + f3e9d2f commit 3aa6d24Copy full SHA for 3aa6d24
includes/RhythmGameUtilities/Audio.h
@@ -1,5 +1,4 @@
1
-#ifndef AUDIO_H
2
-#define AUDIO_H
+#pragma once
3
4
#ifdef _WIN32
5
#define PACKAGE_API __declspec(dllexport)
@@ -17,5 +16,3 @@ extern "C"
17
16
}
18
19
} // namespace RhythmGameUtilities
20
-
21
-#endif
includes/RhythmGameUtilities/Parsers.cpp
@@ -1,5 +1,3 @@
-#pragma once
#include <iterator>
#include <map>
#include <regex>
0 commit comments