Formationg and comments

This commit is contained in:
2025-08-08 17:38:26 +02:00
parent 30980423eb
commit 53c333d46d
5 changed files with 8 additions and 5 deletions

View File

@@ -45,6 +45,7 @@ struct Dna
uint8_t colorSet;
Branch branches[MAX_DEPTH];
};
namespace DNA
{
void newDna(Dna *dna, uint128 *state);