From 77c11183c22d640939cd8a6a7588329a5879c64c Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Sun, 26 Oct 2025 20:59:05 -0400 Subject: refactor to layout --- layout.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'layout.h') diff --git a/layout.h b/layout.h index cd1240d..8a4dd75 100644 --- a/layout.h +++ b/layout.h @@ -1,4 +1,9 @@ #ifndef LAYOUT_H_ #define LAYOUT_H_ +#include "state.h" + +void init_layout(client_state* state); +void calculate_layout(client_state* state, rect_t* input, rect_t* options, bool recalc_options); + #endif -- cgit v1.2.3