From bad78945ceba425f6a80e3b8dca2414d592970eb Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 2 Aug 2019 20:51:00 +0800 Subject: =?UTF-8?q?*=E4=BF=AE=E6=94=B9=E6=96=87=E4=BB=B6=E5=90=8D=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/modules/asura-core/application.h | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'source/modules/asura-core/application.h') diff --git a/source/modules/asura-core/application.h b/source/modules/asura-core/application.h index 62eefe7..ea5faa7 100644 --- a/source/modules/asura-core/application.h +++ b/source/modules/asura-core/application.h @@ -1,18 +1,16 @@ -#ifndef __ASURA_ENGINE_APPLICATION_H__ -#define __ASURA_ENGINE_APPLICATION_H__ +#ifndef _ASURA_ENGINE_APPLICATION_H_ +#define _ASURA_ENGINE_APPLICATION_H_ -#include -#include -#include +#include +#include +#include #include -#include "core_config.h" +#include "CoreConfig.h" namespace_begin(AsuraEngine) -/// /// ×ÓÄ£¿é -/// enum SubModules { ASURA_MODULE_NONE = 0X00000000U, -- cgit v1.1-26-g67d0