MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / register_all_packages

Function register_all_packages

Source/AppDelegate.cpp:76–79  ·  view source on GitHub ↗

if you want to use the package manager to install more packages, don't modify or remove this function

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected