mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
2f524481c1
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1002 4e206d99-4929-0410-ac5d-dfc041789085
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) {
|
|
|
|
}
|