7 lines
176 B
C++
7 lines
176 B
C++
|
|
||
|
// Using this only to produce a binary in the SFML framework so that
|
||
|
// linking this framework doesn't produce a "couldn't locate ..." error
|
||
|
static void dummyfunc(void) {
|
||
|
|
||
|
}
|