#ifndef NULLSOFT_GEN_FF_API_H #define NULLSOFT_GEN_FF_API_H #include extern api_memmgr *memmgrApi; #define WASABI_API_MEMMGR memmgrApi #include #define WASABI_API_COLORTHEMES colorThemesApi #include extern api_palette *paletteManagerApi; #define WASABI_API_PALETTE paletteManagerApi #include "../nu/threadpool/api_threadpool.h" extern api_threadpool *threadPoolApi; #define WASABI_API_THREADPOOL threadPoolApi #endif // !NULLSOFT_GEN_FF_API_H