You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Reorganized core/ directory, it was too fatty already
-Removed FuncRef, since Callable makes it obsolete -Removed int_types.h as its obsolete in c++11+ -Changed color names code
This commit is contained in:
@@ -30,9 +30,9 @@
|
||||
|
||||
#include "thread_jandroid.h"
|
||||
|
||||
#include "core/object/script_language.h"
|
||||
#include "core/os/memory.h"
|
||||
#include "core/safe_refcount.h"
|
||||
#include "core/script_language.h"
|
||||
#include "core/templates/safe_refcount.h"
|
||||
|
||||
static void _thread_id_key_destr_callback(void *p_value) {
|
||||
memdelete(static_cast<Thread::ID *>(p_value));
|
||||
|
||||
Reference in New Issue
Block a user