rm class_db.h from resource.h
This commit is contained in:
parent
95535167b3
commit
357fa00a4a
111 changed files with 284 additions and 141 deletions
|
|
@ -30,6 +30,8 @@
|
|||
|
||||
#include "http_client_web.h"
|
||||
|
||||
#include "core/object/class_db.h"
|
||||
|
||||
void HTTPClientWeb::_parse_headers(int p_len, const char **p_headers, void *p_ref) {
|
||||
HTTPClientWeb *client = static_cast<HTTPClientWeb *>(p_ref);
|
||||
for (int i = 0; i < p_len; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue