testing crash
This commit is contained in:
@@ -9,6 +9,15 @@ std::string win32_open_file(const char* filter);
|
||||
std::string win32_open_dir();
|
||||
#endif
|
||||
|
||||
void App::crash_test()
|
||||
{
|
||||
#ifdef __IOS__
|
||||
[ios_view crash];
|
||||
#elif __OSX__
|
||||
[osx_view hockeyapp_crash];
|
||||
#elif __ANDROID__
|
||||
#endif
|
||||
}
|
||||
|
||||
void App::tick(float dt)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user