diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-10-17 22:55:48 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-10-17 22:55:48 -0400 |
| commit | 9cdc8540fa3f7d36d48b44f9e955652b6e17dd91 (patch) | |
| tree | c2e81b97187390d2a7d74c4872823f84f64fa75f /state.h | |
| parent | 01f4ab89dd2c668e64af5459a615e50eb630dfc1 (diff) | |
item filtering
Diffstat (limited to 'state.h')
| -rw-r--r-- | state.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -98,6 +98,7 @@ typedef struct { char* input_buffer; uint32_t width, height; item_t* items; + uint32_t* filtered_items; bool running; } client_state; |
