Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tarot
tarot
Commits
a5664f64
Commit
a5664f64
authored
Dec 29, 2019
by
Vivien Kraus
Browse files
Annotate that the AI for the fuzzy solo is nullable
parent
eac0e287
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libtarot/solo/tarot/solo.h
View file @
a5664f64
...
...
@@ -39,6 +39,7 @@ extern "C"
/**
* tarot_solo_alloc_fuzzy: (constructor)
* @seed: (array length=seed_size) (element-type char):
* @ai: (nullable):
*/
TarotSolo
*
tarot_solo_alloc_fuzzy
(
double
fuzziness
,
size_t
seed_size
,
const
void
*
seed
,
const
TarotAi
*
ai
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment