MCPcopy Create free account
hub / github.com/DentonW/DevIL / ILAPIENTRY iluInit

Function ILAPIENTRY iluInit

DevIL/src-ILU/src/ilu_main.cpp:47–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45#endif
46
47void 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected