Audio: Fix Enums.hpp header guard

Former-commit-id: 2bc99eb04bf63173a9627385de1de40fe18b434e
This commit is contained in:
Lynix
2015-09-28 00:40:51 +02:00
parent 20e8ef1436
commit 6fe20d067a

View File

@@ -4,12 +4,11 @@
#pragma once
#ifndef NAZARA_ENUMS_HPP
#define NAZARA_ENUMS_HPP
#ifndef NAZARA_ENUMS_AUDIO_HPP
#define NAZARA_ENUMS_AUDIO_HPP
namespace Nz
{
enum AudioFormat
{
AudioFormat_Unknown = -1,
@@ -33,4 +32,4 @@ namespace Nz
};
}
#endif // NAZARA_ENUMS_HPP
#endif // NAZARA_ENUMS_AUDIO_HPP