1 2 3 4 5 6 7 8
#include <IL/ilu.h> int main() { // IL Utilities requires only initialization. // Unlike main DevIL there are no shutdown function. iluInit(); }