mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-06-01 01:54:00 +00:00
Refactor BiergartenDataGenerator to use dependency injection container
This commit is contained in:
@@ -38,13 +38,6 @@ class DataGenerator {
|
||||
/// @brief Virtual destructor for polymorphic cleanup.
|
||||
virtual ~DataGenerator() = default;
|
||||
|
||||
/**
|
||||
* @brief Loads and initializes generator resources.
|
||||
*
|
||||
* @param model_path Path to model assets. Implementations may ignore this.
|
||||
*/
|
||||
virtual void Load(const std::string& model_path) = 0;
|
||||
|
||||
/**
|
||||
* @brief Generates brewery data for a location.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user