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