11 lines
121 B
C
Raw Normal View History

2021-09-14 00:13:48 +02:00
#include <IL/il.h>
int main()
{
// Test 1 requires to link to the library.
ilInit();
ilShutDown();
return 0;
}