| 44 | } |
| 45 | |
| 46 | AppAndroid::~AppAndroid() |
| 47 | { |
| 48 | dbg_app_fn_enter( __PRETTY_FUNCTION__ ); |
| 49 | dbg_app_fn_exit( __PRETTY_FUNCTION__ ); |
| 50 | } |
| 51 | |
| 52 | void AppAndroid::initialize( Settings *settings, const RendererRef &defaultRenderer, const char *title ) |
| 53 | { |
nothing calls this directly
no test coverage detected