diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-11-25 16:05:26 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-11-25 16:05:26 +0100 |
| commit | e96c8910ff9e9c17b0c708d18b0efe018dd8c978 (patch) | |
| tree | 2717238e388077b2caba0354fa3d77177c03a0d9 /src/include/world.h | |
| parent | eba92835cee8e4c5564ce0e23db15db5b04ad279 (diff) | |
close #10
Diffstat (limited to 'src/include/world.h')
| -rw-r--r-- | src/include/world.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/world.h b/src/include/world.h index d2e9bfc..2c32581 100644 --- a/src/include/world.h +++ b/src/include/world.h @@ -251,6 +251,7 @@ typedef struct t_world_location // Dynamic
array connections;
bool is_hovered;
+ bool is_accessible;
u32 id;
} world_location;
|
