| 45 | #endif |
| 46 | |
| 47 | void ILAPIENTRY iluInit() |
| 48 | { |
| 49 | // Used mostly for rotations |
| 50 | //IL_PI = 4 * atan(1); // precomputed value of pi |
| 51 | //IL_DEGCONV = IL_PI / 180; // division is slow on some computers |
| 52 | |
| 53 | iluSetLanguage(ILU_ENGLISH); |
| 54 | return; |
| 55 | } |
| 56 | |
| 57 | |
| 58 | //#ifndef _WIN32_WCE |
nothing calls this directly
no outgoing calls
no test coverage detected