Skip to content

Commit

Permalink
#1383 Add FLECS_NO_ALERTS support
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeodrippe authored Oct 2, 2024
1 parent 1eaf50c commit 386acc5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions distr/flecs.h
Original file line number Diff line number Diff line change
Expand Up @@ -10314,6 +10314,9 @@ int ecs_value_move_ctor(
#ifdef FLECS_NO_SYSTEM
#undef FLECS_SYSTEM
#endif
#ifdef FLECS_NO_ALERTS
#undef FLECS_ALERTS
#endif
#ifdef FLECS_NO_PIPELINE
#undef FLECS_PIPELINE
#endif
Expand Down
3 changes: 3 additions & 0 deletions include/flecs/private/addons.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
#ifdef FLECS_NO_SYSTEM
#undef FLECS_SYSTEM
#endif
#ifdef FLECS_NO_ALERTS
#undef FLECS_ALERTS
#endif
#ifdef FLECS_NO_PIPELINE
#undef FLECS_PIPELINE
#endif
Expand Down

0 comments on commit 386acc5

Please sign in to comment.