1 2 3 4 5 6 7 8 9 10
#include <IL/il.h> int main() { // Test 1 requires to link to the library. ilInit(); ilShutDown(); return 0; }