1 2 3 4 5 6 7 8
#include "FPResourceManager.h" FPResourceManager this; int mgrInit(FPConfig *_config) { this.config=_config; return(1); }