| 206 | } |
| 207 | |
| 208 | float CAUserDefault::getFloatForKey(const char* pKey) |
| 209 | { |
| 210 | return getFloatForKey(pKey, 0.0f); |
| 211 | } |
| 212 | |
| 213 | float CAUserDefault::getFloatForKey(const char* pKey, float defaultValue) |
| 214 | { |
nothing calls this directly
no test coverage detected