rm class_db.h from resource.h

This commit is contained in:
StarryWorm 2026-02-27 15:30:51 -05:00
parent 95535167b3
commit 357fa00a4a
111 changed files with 284 additions and 141 deletions

View file

@ -34,6 +34,10 @@
#include <emscripten.h>
#ifdef PROXY_TO_PTHREAD_ENABLED
#include "core/object/callable_method_pointer.h"
#endif
extern "C" {
extern void godot_js_os_download_buffer(const uint8_t *p_buf, int p_buf_size, const char *p_name, const char *p_mime);
}