diff options
Diffstat (limited to 'source/modules/asura-core/font/utf.hpp')
-rw-r--r-- | source/modules/asura-core/font/utf.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/modules/asura-core/font/utf.hpp b/source/modules/asura-core/font/utf.hpp index 2e04ee4..59f62ed 100644 --- a/source/modules/asura-core/font/utf.hpp +++ b/source/modules/asura-core/font/utf.hpp @@ -1,5 +1,5 @@ -#ifndef __ASURA_UTF_HPP__ -#define __ASURA_UTF_HPP__ +#ifndef _ASURA_UTF_HPP_ +#define _ASURA_UTF_HPP_ //////////////////////////////////////////////////////////// // Headers @@ -705,7 +705,7 @@ namespace AsuraEngine static Out EncodeWide(Uint32 codepoint, Out output, wchar_t replacement = 0); }; -#include "Utf.inl" +#include "Utf.inc" // Make typedefs to get rid of the template syntax typedef Utf<8> Utf8; |