#ifndef NULLSOFT_COVERDIRECTORY_API_H #define NULLSOFT_COVERDIRECTORY_API_H #include extern api_service *serviceManager; #define WASABI_API_SVC serviceManager #include #define WASABI_API_APP applicationApi #include "../Agave/Config/api_config.h" extern api_config *config; #define AGAVE_API_CONFIG config #include extern api_memmgr *memmgr; #define WASABI_API_MEMMGR memmgr #include "../Agave/Metadata/api_metadata.h" extern api_metadata *metadataApi; #define AGAVE_API_METADATA metadataApi #endif