12 lines
182 B
C++
12 lines
182 B
C++
#ifndef __SHADOWRUNAPI_H__
|
|
#define __SHADOWRUNAPI_H__
|
|
|
|
#include "cors.h"
|
|
#include <crow.h>
|
|
|
|
namespace shadowrun {
|
|
|
|
void initApi(crow::App<CORS>& app);
|
|
|
|
}
|
|
#endif // __SHADOWRUNAPI_H__
|