draconisplusplus/subprojects/tomlplusplus-3.4.0/include/toml++/toml.h

8 lines
125 B
C

// this file is just for backwards compatibility.
#ifndef TOMLPLUSPLUS_H
#define TOMLPLUSPLUS_H
#include "toml.hpp"
#endif