Prerequisites instead of Prerequesites (typo) #152 Header Guard (#154)

For an unknown readon, this correction didn't get to the pull-request (?)
This commit is contained in:
germinolegrand 2018-01-19 14:25:33 +01:00 committed by Jérôme Leclercq
parent d267354fdf
commit 6d11e8d2ed
2 changed files with 6 additions and 6 deletions

View File

@ -22,8 +22,8 @@
SOFTWARE. SOFTWARE.
*/ */
#ifndef NDK_PREREQUESITES_HPP #ifndef NDK_PREREQUISITES_HPP
#define NDK_PREREQUESITES_HPP #define NDK_PREREQUISITES_HPP
/*! /*!
* \defgroup NDK (NazaraSDK) Nazara Development Kit * \defgroup NDK (NazaraSDK) Nazara Development Kit
@ -51,4 +51,4 @@ namespace Ndk
using SystemIndex = Nz::UInt32; using SystemIndex = Nz::UInt32;
} }
#endif // NDK_PREREQUESITES_HPP #endif // NDK_PREREQUISITES_HPP

View File

@ -22,8 +22,8 @@
SOFTWARE. SOFTWARE.
*/ */
#ifndef NAZARA_PREREQUESITES_HPP #ifndef NAZARA_PREREQUISITES_HPP
#define NAZARA_PREREQUESITES_HPP #define NAZARA_PREREQUISITES_HPP
// Try to identify the compiler // Try to identify the compiler
#if defined(__BORLANDC__) #if defined(__BORLANDC__)
@ -179,4 +179,4 @@ namespace Nz
typedef uint64_t UInt64; typedef uint64_t UInt64;
} }
#endif // NAZARA_PREREQUESITES_HPP #endif // NAZARA_PREREQUISITES_HPP