On iOS, make sure to be notified if you forgot to include <SFML/Main.hpp>
This commit is contained in:
parent
1b1ae8e48e
commit
8aae69055a
|
@ -56,6 +56,10 @@ namespace
|
|||
////////////////////////////////////////////////////////////
|
||||
+ (SFAppDelegate*)getInstance
|
||||
{
|
||||
NSAssert(delegateInstance,
|
||||
@"SFAppDelegate instance is nil, this means SFML was not properly initialized. "
|
||||
"Make sure that the file defining your main() function includes <SFML/Main.hpp>");
|
||||
|
||||
return delegateInstance;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue