11 lines
125 B
C
11 lines
125 B
C
#include <IL/il.h>
|
|
|
|
int main(void)
|
|
{
|
|
// Test 1 requires to link to the library.
|
|
ilInit();
|
|
|
|
ilShutDown();
|
|
return 0;
|
|
}
|