| 520 | // == OrientationSetting ========================================================================== |
| 521 | |
| 522 | OrientationSetting::OrientationSetting() |
| 523 | { |
| 524 | } |
| 525 | |
| 526 | void OrientationSetting::Initialize(const char* name_, const char* group_, const char* label_, const char* helpText_, |
| 527 | Quaternion initialVal, bool convertToViewSpace_) |
nothing calls this directly
no outgoing calls
no test coverage detected