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

8 lines
125 B
C
Raw Normal View History

2025-02-20 14:49:18 -05:00
// this file is just for backwards compatibility.
#ifndef TOMLPLUSPLUS_H
#define TOMLPLUSPLUS_H
#include "toml.hpp"
#endif