made context statically allocated

This commit is contained in:
Luka Jankovic 2025-07-01 23:53:16 +02:00
parent b2a5ede334
commit d41e801aeb
3 changed files with 10 additions and 14 deletions

View file

@ -46,7 +46,7 @@ struct kubo_context {
size_t wall_select_index;
};
struct kubo_context *kubo_context_init();
void kubo_context_init(struct kubo_context *context);
void kubo_context_cleanup(struct kubo_context *context);
void kubo_context_set_state(struct kubo_context *context,