Skip to content

Commit

Permalink
#116 split up supporting API into separate header
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderMertens committed Dec 18, 2019
1 parent d9bc37c commit 4ff9cd9
Show file tree
Hide file tree
Showing 15 changed files with 982 additions and 1,106 deletions.
2 changes: 1 addition & 1 deletion examples/26_snapshot_w_filter/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ int main(int argc, char *argv[]) {

/* Take a snapshot that records the current state of the entity. Filter out
* any entities that have the 'Mass' component. */
ecs_snapshot_t *s = ecs_snapshot_take(world, &(ecs_type_filter_t){
ecs_snapshot_t *s = ecs_snapshot_take(world, &(ecs_filter_t){
.exclude = ecs_type(Mass)
});

Expand Down
Loading

0 comments on commit 4ff9cd9

Please sign in to comment.