convert all DNA to uint8_t

This commit is contained in:
2025-01-02 22:19:37 +01:00
parent 4d3474bc18
commit 8066ba5103
4 changed files with 33 additions and 18 deletions

View File

@@ -18,7 +18,7 @@ private:
void drawStars();
void drawSun();
void drawMounten(size_t mountenSegments, int min, int max, Color color, float scale);
int getColorSet();
Dna *m_dna;
uint128 mountenSeed;