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