#ifndef __SHADOWRUNAPI_H__ #define __SHADOWRUNAPI_H__ #include "crow.h" #include "crow/middlewares/cors.h" namespace shadowrun { void initApi(crow::App& app); } #endif // __SHADOWRUNAPI_H__