*unified file encoding.

This commit is contained in:
paladin-t 2016-04-29 16:30:57 +08:00
parent ed94284b75
commit 85f429353e
4 changed files with 4 additions and 4 deletions

View File

@ -12349,7 +12349,7 @@ int mb_set_memory_manager(mb_memory_allocate_func_t a, mb_memory_free_func_t f)
_mb_allocate_func = a;
_mb_free_func = f;
return 0;
return MB_FUNC_OK;
}
/* ========================================================} */

View File

@ -1,4 +1,4 @@
' This script is an example of MY-BASIC
' This script is an example of MY-BASIC
' Copyright (c) 2011 - 2016 Wang Renxin. All rights reserved.
' For more information, see https://github.com/paladin-t/my_basic/

View File

@ -1,4 +1,4 @@
' This script is an example of MY-BASIC
' This script is an example of MY-BASIC
' Copyright (c) 2011 - 2016 Wang Renxin. All rights reserved.
' For more information, see https://github.com/paladin-t/my_basic/

View File

@ -2,7 +2,7 @@
**Copyright (C) 2016 Wang Renxin. All rights reserved.**
Yet Another RPG Dungeon is a text based game. It's aimed to be a comprehensive example and or a tutorial which shows multiple concepts of MY-BASIC.
Yet Another RPG Dungeon is a text based game. It's aimed to be a comprehensive example and or a tutorial which shows multiple aspects of MY-BASIC.
### Usage