Files
xemu/toml.cpp
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
80 B
C++
Raw Normal View History

2022-04-22 01:56:12 -07:00
#define TOML_HEADER_ONLY 0
#define TOML_IMPLEMENTATION
2022-06-22 10:00:05 +02:00
#include <toml++/toml.h>