Apply header guard check
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_KEYBOARD_HPP
|
||||
#define NAZARA_KEYBOARD_HPP
|
||||
#ifndef NAZARA_PLATFORM_KEYBOARD_HPP
|
||||
#define NAZARA_PLATFORM_KEYBOARD_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Platform/Config.hpp>
|
||||
@@ -330,4 +330,4 @@ namespace Nz
|
||||
};
|
||||
}
|
||||
|
||||
#endif // NAZARA_KEYBOARD_HPP
|
||||
#endif // NAZARA_PLATFORM_KEYBOARD_HPP
|
||||
|
||||
Reference in New Issue
Block a user