]> git.xonotic.org Git - xonotic/xonotic.git/blob - misc/tools/conftest.c
Make the Xonotic maps no longer exempt of the sRGB requirement, now that all fulfill...
[xonotic/xonotic.git] / misc / tools / conftest.c
1 #include <stdio.h>
2
3 int main()
4 {
5         printf("Hello, world!\n");
6         return 0;
7 }