#pragma once #include #include #include #include "module.h" namespace acio { // globals extern HINSTANCE DLL_INSTANCE; extern std::vector MODULES; extern std::atomic IO_INIT_IN_PROGRESS; void attach(); void attach_icca(); void detach(); }