diff options
| author | Federico Angelilli <code@fedang.net> | 2024-09-21 00:23:25 +0200 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-09-21 00:23:25 +0200 |
| commit | 09190056721872069a82db51d97de6ab60f73a40 (patch) | |
| tree | 39afa0488d680cfda870a109e5d3d5dbdfa3d684 /src/block.h | |
| parent | ae59c294bfd4b73f6e751a3103c2ee7501068492 (diff) | |
Allow user to specify effect
Diffstat (limited to 'src/block.h')
| -rw-r--r-- | src/block.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/block.h b/src/block.h index d38a79d..1ec62b4 100644 --- a/src/block.h +++ b/src/block.h @@ -50,6 +50,7 @@ struct block { block_update_t update; block_finalize_t finalize; effect_t *effect; + effect_info_t *info; action_t *right_click_action; action_t *middle_click_action; action_t *left_click_action; |
