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