882d9d1c34
also: - renamed header files to .hpp - updated conformance tests - minor documentation fixes
8 lines
125 B
C
8 lines
125 B
C
// this file is just for backwards compatibility.
|
|
#ifndef TOMLPLUSPLUS_H
|
|
#define TOMLPLUSPLUS_H
|
|
|
|
#include "toml.hpp"
|
|
|
|
#endif
|