adding sqlite and trying to define the data structure

This commit is contained in:
2026-07-31 11:00:12 -05:00
parent 0ed0f11a5a
commit 93005494eb
7 changed files with 95 additions and 12 deletions

View File

@@ -18,4 +18,6 @@ public:
string Description = ""; // optional
std::vector<string> CompatibleSystems; // requires at least one value
};
};
};