Imported framework stuff.

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1096 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
ceylo 2009-05-25 19:01:02 +00:00
parent a14719f1cd
commit 48337a81d9
6 changed files with 106 additions and 0 deletions

6
CSFML/xcode/dummy.c Normal file
View file

@ -0,0 +1,6 @@
// 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) {
}