Add class DnaManager

This commit is contained in:
2025-01-03 09:25:32 +01:00
parent a96ba1f43f
commit dd54985dc1
4 changed files with 27 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
#include <array>
#include "canvas/Canvas.hpp"
#include "values/DnaManager.hpp"
class App
{
@@ -21,5 +21,6 @@ private:
Rectangle likeBox;
Rectangle disLikeBox;
Dna dna = {0};
Dna *dnaShow = nullptr;
DnaManager manager;
};