diff options
Diffstat (limited to 'common/layer_stack.h')
| -rw-r--r-- | common/layer_stack.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/layer_stack.h b/common/layer_stack.h index c88eaffc4..25bf37a5b 100644 --- a/common/layer_stack.h +++ b/common/layer_stack.h | |||
| @@ -32,6 +32,7 @@ typedef struct { | |||
| 32 | } layer_item_t; | 32 | } layer_item_t; |
| 33 | 33 | ||
| 34 | 34 | ||
| 35 | void layer_stack_clear(void); | ||
| 35 | bool layer_stack_push(uint8_t layer); | 36 | bool layer_stack_push(uint8_t layer); |
| 36 | bool layer_stack_pop(void); | 37 | bool layer_stack_pop(void); |
| 37 | bool layer_stack_remove(uint8_t layer); | 38 | bool layer_stack_remove(uint8_t layer); |
