| 1530 | }; |
| 1531 | |
| 1532 | static void InitOptions(CVarOption options[], int numOptions) |
| 1533 | { |
| 1534 | for( int i=0; i < numOptions; ++i ) { |
| 1535 | options[i].Init(); |
| 1536 | } |
| 1537 | } |
| 1538 | |
| 1539 | static void DrawOptions(CVarOption options[], int numOptions) |
| 1540 | { |
no test coverage detected