For an unknown readon, this correction didn't get to the pull-request (?)
This commit is contained in:
parent
d267354fdf
commit
6d11e8d2ed
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue