mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 19:29:06 +00:00
Fix broken formatting in the beginning of What is GDNative?
This commit is contained in:
@@ -7,10 +7,8 @@ Introduction
|
||||
------------
|
||||
|
||||
**GDNative** is a Godot-specific technology that lets the engine interact with
|
||||
native `shared libraries
|
||||
<https://en.wikipedia.org/wiki/Library_(computing)#Shared_libraries>`__ at
|
||||
run-time. You can use it to run native code without compiling it with the
|
||||
engine.
|
||||
native `shared libraries <https://en.wikipedia.org/wiki/Library_(computing)#Shared_libraries>`__
|
||||
at run-time. You can use it to run native code without compiling it with the engine.
|
||||
|
||||
.. note:: GDNative is *not* a scripting language and has no relation to
|
||||
:ref:`GDScript <doc_gdscript>`.
|
||||
|
||||
Reference in New Issue
Block a user