Public Member Functions | |
| LBPage (MohawkEngine_LivingBooks *vm) | |
| void | open (Archive *mhk, uint16 baseId) |
| uint16 | getResourceVersion () |
| void | addClonedItem (LBItem *item) |
| void | itemDestroyed (LBItem *item) |
Public Attributes | |
| LBCode * | _code |
Protected Member Functions | |
| void | loadBITL (uint16 resourceId) |
Protected Attributes | |
| MohawkEngine_LivingBooks * | _vm |
| Archive * | _mhk |
| Common::Array< LBItem * > | _items |
| uint16 | _baseId |
| bool | _cascade |