Remove libcurl header requirement

This commit is contained in:
Zachary Hall 2025-01-21 12:47:31 -08:00
parent 82c3a77f51
commit c1fe6cae2b

View file

@ -27,7 +27,7 @@ extern "C" {
void quit();
}
#else
#include <curl/curl.h>
//#include <curl/curl.h>
#endif
std::vector<CatData> &get_cat_data() {
static std::vector<CatData> data;