Skip to content

Commit 319bd2d

Browse files
Update flecs submodule to official V4 release!
1 parent 3559965 commit 319bd2d

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "submodules/flecs"]
22
path = submodules/flecs
33
url = https://github.com/SanderMertens/flecs
4-
branch = v4
4+
branch = master

src/Flecs.NET.Bindings/Flecs.g.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -883,9 +883,6 @@ public static unsafe partial class flecs
883883
[System.Runtime.InteropServices.DllImport(BindgenInternal.DllImportPath, EntryPoint = "ecs_ptr_from_json", CallingConvention = System.Runtime.InteropServices.CallingConvention.Cdecl)]
884884
public static extern byte* ecs_ptr_from_json(ecs_world_t* world, ulong type, void* ptr, byte* json, ecs_from_json_desc_t* desc);
885885

886-
[System.Runtime.InteropServices.DllImport(BindgenInternal.DllImportPath, EntryPoint = "ecs_ptr_from_json_legacy", CallingConvention = System.Runtime.InteropServices.CallingConvention.Cdecl)]
887-
public static extern byte* ecs_ptr_from_json_legacy(ecs_world_t* world, ulong type, void* ptr, byte* json, ecs_from_json_desc_t* desc);
888-
889886
[System.Runtime.InteropServices.DllImport(BindgenInternal.DllImportPath, EntryPoint = "ecs_ptr_to_expr", CallingConvention = System.Runtime.InteropServices.CallingConvention.Cdecl)]
890887
public static extern byte* ecs_ptr_to_expr(ecs_world_t* world, ulong type, void* data);
891888

submodules/flecs

Submodule flecs updated 78 files

0 commit comments

Comments
 (0)