소스 검색

Merge pull request #8010 from Chaosus/gextension_fix2

Yuri Rubinsky 2 년 전
부모
커밋
4752803a91
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      tutorials/scripting/gdextension/gdextension_cpp_example.rst

+ 0 - 1
tutorials/scripting/gdextension/gdextension_cpp_example.rst

@@ -258,7 +258,6 @@ GDExtension plugin.
 
     #include <gdextension_interface.h>
     #include <godot_cpp/core/defs.hpp>
-    #include <godot_cpp/core/class_db.hpp>
     #include <godot_cpp/godot.hpp>
 
     using namespace godot;