Initial import
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1101 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
d773b106be
commit
3a81c0cfab
14 changed files with 850 additions and 0 deletions
10
CSFML/xcode/templates/CSFML Tool/main.c
Normal file
10
CSFML/xcode/templates/CSFML Tool/main.c
Normal file
|
@ -0,0 +1,10 @@
|
|||
|
||||
#include <SFML/System.h>
|
||||
#include <stdio.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
/* Your code here */
|
||||
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue