Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b9175800a256e8e438d44a969ea08f7ffc1091ff
/
.
/
Tests
/
FindDevIL
/
Test
/
main_ilu.c
blob: a9e7819ba6266f4d92d8cc62117845cbe43fd6f7 [
file
]
#include
<IL/ilu.h>
int
main
()
{
// IL Utilities requires only initialization.
// Unlike main DevIL there are no shutdown function.
iluInit
();
}