diff options
Diffstat (limited to 'layout.h')
| -rw-r--r-- | layout.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |
