8 lines
126 B
C
8 lines
126 B
C
#pragma once
|
|
#include <map>
|
|
#include <string>
|
|
|
|
const std::map<std::string, std::string> yaml_files = {
|
|
@FILE_CONTENTS@
|
|
};
|