mirror of
https://github.com/latentPrion/cppbessot.git
synced 2026-04-17 18:44:23 +00:00
11 lines
188 B
Plaintext
11 lines
188 B
Plaintext
|
|
{{#models}}
|
||
|
|
{{#model}}
|
||
|
|
#include "{{packageName}}/model/{{classname}}.h"
|
||
|
|
|
||
|
|
namespace models {
|
||
|
|
// Nlohmann-based models are header-only for now.
|
||
|
|
} // namespace models
|
||
|
|
|
||
|
|
{{/model}}
|
||
|
|
{{/models}}
|