| 856 | } |
| 857 | |
| 858 | void ilState::Get(ILenum Mode, ILboolean &Param) |
| 859 | { |
| 860 | ilGetBooleanv(Mode, &Param); |
| 861 | return; |
| 862 | } |
| 863 | |
| 864 | void ilState::Get(ILenum Mode, ILint &Param) |
| 865 | { |
nothing calls this directly
no outgoing calls
no test coverage detected