1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-01-19 12:07:13 +01:00

16 lines
301 B
C
Raw Normal View History

2021-03-27 00:18:51 +02:00
#ifndef CPR_CPR_H
#define CPR_CPR_H
#include "cpr/api.h"
#include "cpr/auth.h"
#include "cpr/cprtypes.h"
2021-08-22 20:28:37 +03:00
#include "cpr/interface.h"
#include "cpr/redirect.h"
2021-03-27 00:18:51 +02:00
#include "cpr/response.h"
#include "cpr/session.h"
#include "cpr/status_codes.h"
#define CPR_LIBCURL_VERSION_NUM LIBCURL_VERSION_NUM
#endif