summaryrefslogtreecommitdiff
path: root/source/modules/asura-core/font/utf.hpp
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-08-02 20:51:00 +0800
committerchai <chaifix@163.com>2019-08-02 20:51:00 +0800
commitbad78945ceba425f6a80e3b8dca2414d592970eb (patch)
tree8bf7540766349c534bf9e5746b24fd7507ba034e /source/modules/asura-core/font/utf.hpp
parent99b90496765df21c5f377f42b9ed073ccb34c1fd (diff)
*修改文件名格式
Diffstat (limited to 'source/modules/asura-core/font/utf.hpp')
-rw-r--r--source/modules/asura-core/font/utf.hpp6
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;