mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-05-31 17:53:59 +00:00
14 lines
445 B
C
14 lines
445 B
C
#ifndef BIERGARTEN_PIPELINE_INCLUDES_DATA_MODEL_GENERATION_MODELS_H_
|
|
#define BIERGARTEN_PIPELINE_INCLUDES_DATA_MODEL_GENERATION_MODELS_H_
|
|
|
|
/**
|
|
* @file data_model/generation_models.h
|
|
* @brief Convenience include for shared generation payload models.
|
|
*/
|
|
|
|
#include "data_model/brewery_location.h"
|
|
#include "data_model/brewery_result.h"
|
|
#include "data_model/user_result.h"
|
|
|
|
#endif // BIERGARTEN_PIPELINE_INCLUDES_DATA_MODEL_GENERATION_MODELS_H_
|