cleanup kubo_file, file_write

This commit is contained in:
Luka Jankovic 2025-07-25 16:11:48 +02:00
parent e6b0928ac5
commit 90db87bec9
3 changed files with 48 additions and 20 deletions

View file

@ -44,6 +44,8 @@ struct kubo_context_state_data {
};
struct kubo_context {
char *file_name;
bool exit_pending;
struct kubo_wall_arr walls;
struct kubo_context_state_data state;