mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
parent
9bdf69f6f5
commit
a55a05d3a4
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ extern "C" void GDN_EXPORT godot_nativescript_init(void *handle)
|
||||||
{
|
{
|
||||||
godot::Godot::nativescript_init(handle);
|
godot::Godot::nativescript_init(handle);
|
||||||
|
|
||||||
godot::register_class<godot::Terminal>();
|
godot::register_tool_class<godot::Terminal>();
|
||||||
|
|
||||||
godot::register_class<godot::Pseudoterminal>();
|
godot::register_class<godot::Pseudoterminal>();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue