diff options
Diffstat (limited to 'Tests/FindDevIL/Test/main_ilu.c')
-rw-r--r-- | Tests/FindDevIL/Test/main_ilu.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Tests/FindDevIL/Test/main_ilu.c b/Tests/FindDevIL/Test/main_ilu.c new file mode 100644 index 0000000..a9e7819 --- /dev/null +++ b/Tests/FindDevIL/Test/main_ilu.c @@ -0,0 +1,8 @@ +#include <IL/ilu.h> + +int main() +{ + // IL Utilities requires only initialization. + // Unlike main DevIL there are no shutdown function. + iluInit(); +} |