| 301 | static tweak_group tweak; |
| 302 | |
| 303 | void tweak_group::load(xModelAssetParam* ap, U32 apsize) |
| 304 | { |
| 305 | register_tweaks(true, ap, apsize, NULL); |
| 306 | } |
| 307 | |
| 308 | void tweak_group::register_tweaks(bool init, xModelAssetParam* ap, U32 apsize, const char*) |
| 309 | { |
no test coverage detected