| 1650 | } |
| 1651 | |
| 1652 | void tweak_group::load(xModelAssetParam* params, U32 size) |
| 1653 | { |
| 1654 | this->register_tweaks(true, params, size, NULL); |
| 1655 | } |
| 1656 | |
| 1657 | void tweak_group::register_tweaks(bool init, xModelAssetParam* ap, U32 apsize, const char*) |
| 1658 | { |
no test coverage detected