diff options
Diffstat (limited to 'source/modules/asura-utils/type.h')
-rw-r--r-- | source/modules/asura-utils/type.h | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/source/modules/asura-utils/type.h b/source/modules/asura-utils/type.h index bd09bc4..7f80bfa 100644 --- a/source/modules/asura-utils/type.h +++ b/source/modules/asura-utils/type.h @@ -67,11 +67,6 @@ namespace AsuraEngine #endif /// - /// ò - /// -#define ASURA_OUT -#define ASURA_REF - /// /// ƶָȨ /// #define ASURA_MOVE @@ -82,6 +77,14 @@ namespace AsuraEngine #define ASURA_LITTLE_ENDIAN 1 + //--------------------------------------------------------------------------------// + // չؼ + +#define asura_throw(ex) throw(ex) // ʾ׳쳣 + +#define asura_out +#define asura_ref + } // namespace AsuraEngine #endif // __ASURA_CONFIG_H__
\ No newline at end of file |