mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-08-09 02:07:04 +08:00
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
|