update toml11. fixes bug with FPS settings corrupting config file

This commit is contained in:
Arisotura
2024-11-18 22:53:55 +01:00
parent bdc8f635de
commit f1c96281a9
83 changed files with 16956 additions and 10432 deletions

View File

@ -0,0 +1,10 @@
#ifndef TOML11_SCANNER_HPP
#define TOML11_SCANNER_HPP
#include "fwd/scanner_fwd.hpp" // IWYU pragma: export
#if ! defined(TOML11_COMPILE_SOURCES)
#include "impl/scanner_impl.hpp" // IWYU pragma: export
#endif
#endif // TOML11_SCANNER_HPP