| 249 | static tweak_group tweak; |
| 250 | |
| 251 | void tweak_group::load(xModelAssetParam* params, U32 size) |
| 252 | { |
| 253 | tweak_group::register_tweaks(true, params, size, NULL); |
| 254 | } |
| 255 | |
| 256 | void tweak_group::register_tweaks(bool init, xModelAssetParam* ap, U32 apsize, const char*) |
| 257 | { |
nothing calls this directly
no test coverage detected