cmake/Tests/FindDevIL/Test/main_ilu.c

9 lines
156 B
C
Raw Normal View History

2021-09-14 00:13:48 +02:00
#include <IL/ilu.h>
2024-04-14 22:45:38 +02:00
int main(void)
2021-09-14 00:13:48 +02:00
{
// IL Utilities requires only initialization.
// Unlike main DevIL there are no shutdown function.
iluInit();
}