You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Single Compilation Unit build.
Adds support for simple SCU build. This speeds up compilation by compiling multiple cpp files within a single translation unit.
This commit is contained in:
@@ -1060,4 +1060,10 @@ public:
|
||||
void register_visual_script_nodes();
|
||||
void unregister_visual_script_nodes();
|
||||
|
||||
#ifdef TOOLS_ENABLED
|
||||
namespace NSVisualScript {
|
||||
Node *_find_script_node(Node *p_edited_scene, Node *p_current_node, const Ref<Script> &script);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // VISUAL_SCRIPT_NODES_H
|
||||
|
||||
Reference in New Issue
Block a user