Separate llama generator class src file into method files

This commit is contained in:
Aaron Po
2026-04-02 21:37:46 -04:00
parent eb9a2767b4
commit ba165d8aa7
13 changed files with 854 additions and 740 deletions

View File

@@ -106,8 +106,8 @@ private:
* @brief Helper struct to store generated brewery data.
*/
struct GeneratedBrewery {
int cityId;
std::string cityName;
int city_id;
std::string city_name;
BreweryResult brewery;
};