parse state config

This commit is contained in:
2025-09-28 22:44:12 +02:00
parent 5d3df4c03e
commit 8762abe508
7 changed files with 117 additions and 96 deletions
-2
View File
@@ -8,6 +8,4 @@ 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 */