summaryrefslogtreecommitdiff
path: root/source/modules/asura-utils/type.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/modules/asura-utils/type.h')
-rw-r--r--source/modules/asura-utils/type.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/modules/asura-utils/type.h b/source/modules/asura-utils/type.h
index 2976d3e..f7e54c6 100644
--- a/source/modules/asura-utils/type.h
+++ b/source/modules/asura-utils/type.h
@@ -1,10 +1,10 @@
-#ifndef __ASURA_UTILS_TYPE_H__
-#define __ASURA_UTILS_TYPE_H__
+#ifndef _ASURA_UTILS_TYPE_H_
+#define _ASURA_UTILS_TYPE_H_
#include <cstdlib>
#include <stdint.h>
-#include "asura-base/config.h"
+#include "asura-base/Config.h"
namespace AsuraEngine
{
@@ -31,4 +31,4 @@ namespace AsuraEngine
} // namespace AsuraEngine
-#endif // __ASURA_CONFIG_H__ \ No newline at end of file
+#endif // _ASURA_CONFIG_H_ \ No newline at end of file