projects
/
xonotic
/
netradiant.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'illwieckz/no-daemonmap' into 'master'
[xonotic/netradiant.git]
/
conftest.cpp
1
// used by the legacy makefile to test if libraries work
2
3
#include <stdio.h> /* jpeglib.h needs it */
4
#include CONFTEST_HEADER
5
int main(){
6
(void) CONFTEST_SYMBOL;
7
return 0;
8
}