#include "../parser/toml_parser.hpp"
#include "songmap.hpp"
#include <chrono>
#include <cstdlib>
#include <cstring>
#include <ctime>
#include <dirent.h>
#include <fstream>
#include <iostream>
#include <sys/stat.h>
#include <unordered_map>
#include <vector>
Go to the source code of this file.
◆ BLACK
◆ RED
◆ DEBUG_LOG_PARSE
◆ DIRECTORY_FIELD
Initial value:
string_view parseTOMLField(string parent, string field)
Parses a string field from the TOML configuration.
Definition toml_parser.hpp:121
#define PARENT_LIB_FIELD_DIR
Definition toml_parser.hpp:19
#define PARENT_LIB
Macros for parent and field names used in the TOML configuration.
Definition toml_parser.hpp:17