| 56 | |
| 57 | |
| 58 | ILint ILAPIENTRY iluGetInteger(ILenum Mode) |
| 59 | { |
| 60 | ILint Temp; |
| 61 | Temp = 0; |
| 62 | iluGetIntegerv(Mode, &Temp); |
| 63 | return Temp; |
| 64 | } |
| 65 | |
| 66 | |
| 67 | ILenum iluFilter = ILU_NEAREST; |
nothing calls this directly
no outgoing calls
no test coverage detected