wip state

This commit is contained in:
2025-09-28 19:32:58 +02:00
parent 2a6d5ef1b6
commit 5d3df4c03e
8 changed files with 101 additions and 23 deletions
+7
View File
@@ -3,4 +3,11 @@
#ifndef STATE_H
#define STATE_H
StateConfig state_parse_config(ConfigFile config);
void state_randomize(SharedContext *context, StateConfig state_config,
unsigned int state_count);
void state_free_config(StateConfig state_config);
#endif /* STATE_H */