Updated Xcode templates

This commit is contained in:
Marco Antognini 2011-08-04 00:49:15 +02:00
parent 6b98053101
commit 2218467b3a
2 changed files with 76 additions and 10 deletions

View file

@ -179,16 +179,16 @@ sf::RenderWindow window(sf::VideoMode(800, 600), "SFML window");
<key>main.cpp:main:image_init</key>
<string>
// Load a sprite to display
sf::Image image;
sf::Texture texture;
</string>
<key>main.cpp:main:image_finalize</key>
<string> return EXIT_FAILURE;
sf::Sprite sprite(image);
sf::Sprite sprite(texture);
</string>
<key>main.cpp:main:image_load</key>
<string>if (!image.LoadFromFile("cute_image.jpg"))</string>
<string>if (!texture.LoadFromFile("cute_image.jpg"))</string>
<key>main.cpp:main:text_init</key>
<string>