| 624 | |
| 625 | #if !defined(MAKEDEFS_C) |
| 626 | staticfn int |
| 627 | count_and_validate_soundlibopts(void) |
| 628 | { |
| 629 | int i, cnt = 0; |
| 630 | |
| 631 | /* soundlib_opts has a fencepost entry at the end */ |
| 632 | for (i = 0; i < SIZE(soundlib_opts) - 1; i++) { |
| 633 | ++cnt; |
| 634 | soundlib_opts[i].valid = TRUE; |
| 635 | } |
| 636 | return cnt; |
| 637 | } |
| 638 | #endif |
| 639 | |
| 640 | staticfn void |