Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

Commit

Permalink
Bump ext/flecs from 159f0db to 4ec5292 (#161)
Browse files Browse the repository at this point in the history
* Bump ext/flecs from `159f0db` to `4ec5292`

Bumps [ext/flecs](https://github.com/SanderMertens/flecs) from `159f0db` to `4ec5292`.
- [Release notes](https://github.com/SanderMertens/flecs/releases)
- [Commits](SanderMertens/flecs@159f0db...4ec5292)

---
updated-dependencies:
- dependency-name: ext/flecs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update C# bindings

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: lithiumtoast <lithiumtoast@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and lithiumtoast committed May 10, 2023
1 parent 6bf4307 commit cd751b4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions src/cs/production/Flecs/flecs.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// <auto-generated>
// This code was generated by the following tool on 2023-05-09 01:02:55 GMT+00:00:
// This code was generated by the following tool on 2023-05-10 01:20:05 GMT+00:00:
// https://github.com/bottlenoselabs/c2cs (v5.1.5.0)
//
// Changes to this file may cause incorrect behavior and will be lost if the code is
Expand Down Expand Up @@ -7385,9 +7385,6 @@ public struct ecs_xtor_t
[CNode(Kind = "MacroObject")]
public const int ECS_CONSTRAINT_VIOLATED = 3;

[CNode(Kind = "MacroObject")]
public const int ECS_COUNT_MAX = 64;

[CNode(Kind = "MacroObject")]
public static string ECS_CYAN = "";

Expand All @@ -7412,9 +7409,6 @@ public struct ecs_xtor_t
[CNode(Kind = "MacroObject")]
public const int ECS_HTTP_QUERY_PARAM_COUNT_MAX = 32;

[CNode(Kind = "MacroObject")]
public const int ECS_ID_CACHE_SIZE = 32;

[CNode(Kind = "MacroObject")]
public const ulong ECS_ID_FLAGS_MASK = 17293822569102704640;

Expand Down Expand Up @@ -7499,9 +7493,6 @@ public struct ecs_xtor_t
[CNode(Kind = "MacroObject")]
public const int ECS_NOT_A_COMPONENT = 22;

[CNode(Kind = "MacroObject")]
public const int ECS_OBSERVER_DESC_EVENT_COUNT_MAX = 8;

[CNode(Kind = "MacroObject")]
public const int ECS_OPERATION_FAILED = 10;

Expand Down Expand Up @@ -7532,9 +7523,6 @@ public struct ecs_xtor_t
[CNode(Kind = "MacroObject")]
public const int ECS_STRBUF_MAX_LIST_DEPTH = 32;

[CNode(Kind = "MacroObject")]
public const int ECS_TERM_DESC_CACHE_SIZE = 16;

[CNode(Kind = "MacroObject")]
public const int ECS_UNSUPPORTED = 6;

Expand Down Expand Up @@ -7898,21 +7886,33 @@ public struct ecs_xtor_t
[CNode(Kind = "MacroObject")]
public const uint EcsWorldReadonly = 2;

[CNode(Kind = "MacroObject")]
public const int FLECS_COUNT_MAX = 64;

[CNode(Kind = "MacroObject")]
public const int FLECS_ENTITY_PAGE_BITS = 12;

[CNode(Kind = "MacroObject")]
public const int FLECS_EVENT_DESC_MAX = 8;

[CNode(Kind = "MacroObject")]
public const int FLECS_HI_COMPONENT_ID = 256;

[CNode(Kind = "MacroObject")]
public const int FLECS_HI_ID_RECORD_ID = 1024;

[CNode(Kind = "MacroObject")]
public const int FLECS_ID_DESC_MAX = 32;

[CNode(Kind = "MacroObject")]
public const int FLECS_SPARSE_PAGE_BITS = 12;

[CNode(Kind = "MacroObject")]
public const int FLECS_SPARSE_PAGE_SIZE = 4096;

[CNode(Kind = "MacroObject")]
public const int FLECS_TERM_DESC_MAX = 16;

[CNode(Kind = "MacroObject")]
public const int FLECS__E0 = 0;

Expand Down

0 comments on commit cd751b4

Please sign in to comment.