*unified file encoding.
This commit is contained in:
parent
ed94284b75
commit
85f429353e
@ -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_allocate_func = a;
|
||||||
_mb_free_func = f;
|
_mb_free_func = f;
|
||||||
|
|
||||||
return 0;
|
return MB_FUNC_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ========================================================} */
|
/* ========================================================} */
|
||||||
|
@ -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.
|
' Copyright (c) 2011 - 2016 Wang Renxin. All rights reserved.
|
||||||
' For more information, see https://github.com/paladin-t/my_basic/
|
' For more information, see https://github.com/paladin-t/my_basic/
|
||||||
|
|
||||||
|
@ -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.
|
' Copyright (c) 2011 - 2016 Wang Renxin. All rights reserved.
|
||||||
' For more information, see https://github.com/paladin-t/my_basic/
|
' For more information, see https://github.com/paladin-t/my_basic/
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
**Copyright (C) 2016 Wang Renxin. All rights reserved.**
|
**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
|
### Usage
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user