made context statically allocated
This commit is contained in:
parent
b2a5ede334
commit
d41e801aeb
3 changed files with 10 additions and 14 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue