if you want to use the package manager to install more packages, don't modify or remove this function
| 74 | // if you want to use the package manager to install more packages, |
| 75 | // don't modify or remove this function |
| 76 | static int register_all_packages() |
| 77 | { |
| 78 | return 0; // flag for packages manager |
| 79 | } |
| 80 | int AppDelegate::applicationGetRefreshRate() |
| 81 | { |
| 82 | #if (AX_TARGET_PLATFORM == AX_PLATFORM_WIN32) || (AX_TARGET_PLATFORM == AX_PLATFORM_LINUX) |
no outgoing calls
no test coverage detected