| 92 | inline void ProgressReset() { GetGProgress().Reset(); } |
| 93 | |
| 94 | inline void ProgressAdd( float ammount ) { GetGProgress().Add(ammount); } |
| 95 | inline void ProgressAdvance( float ammount ) { GetGProgress().Advance(ammount); } |
| 96 | |
| 97 | inline void ProgressSetPassed( float value ) { GetGProgress().SetPassed(value); } |
no test coverage detected