diff options
| author | theo3 <arisstephenson2@gmail.com> | 2023-12-30 21:07:06 -0800 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2023-12-30 21:07:06 -0800 |
| commit | 5049daabc59d113152143d123aea2798d9487a0c (patch) | |
| tree | b502c841b46f25267be35f3986bd90ef45cba9da /include/entity.h | |
| parent | bd1be092aa85e4eb1d368bef05c88eaae2a0ae84 (diff) | |
label contact flags
Diffstat (limited to 'include/entity.h')
| -rw-r--r-- | include/entity.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/entity.h b/include/entity.h index 315e94db..8a66283c 100644 --- a/include/entity.h +++ b/include/entity.h @@ -79,6 +79,8 @@ typedef enum { DirectionNorthWest = 0x1c, /**< North West. */ } Direction; +#define CONTACT_TAKE_DAMAGE 0x80 + typedef struct { void* entity1; void* entity2; |
