Updated xocde templates

This commit is contained in:
Marco Antognini 2011-07-26 12:17:16 +02:00
parent fe3ef8c34c
commit b93e980e27
3 changed files with 8 additions and 2 deletions

View File

@ -521,7 +521,7 @@ while (window.IsOpened())
window.Close(); window.Close();
// Escape pressed : exit // Escape pressed : exit
if (event.Type == sf::Event::KeyPressed && event.Key.Code == sf::Key::Escape) if (event.Type == sf::Event::KeyPressed && event.Key.Code == sf::Keyboard::Escape)
window.Close(); window.Close();
} }
</string> </string>

View File

@ -84,6 +84,12 @@ subject to the following restrictions:
<dict> <dict>
<key>WRAPPER_EXTENSION</key> <key>WRAPPER_EXTENSION</key>
<string>app</string> <string>app</string>
<key>GCC_PRECOMPILE_PREFIX_HEADER</key>
<string>NO</string>
<key>GCC_PREFIX_HEADER</key>
<string></string>
</dict> </dict>
<key>Configurations</key> <key>Configurations</key>
<dict> <dict>

View File

@ -506,7 +506,7 @@ while (window.IsOpened())
window.Close(); window.Close();
// Escape pressed : exit // Escape pressed : exit
if (event.Type == sf::Event::KeyPressed &amp;&amp; event.Key.Code == sf::Key::Escape) if (event.Type == sf::Event::KeyPressed &amp;&amp; event.Key.Code == sf::Keyboard::Escape)
window.Close(); window.Close();
} }
</string> </string>