mirror of
https://github.com/RetroDECK/RetroQUEST.git
synced 2025-04-21 01:24:06 +00:00
4 lines
74 B
C++
4 lines
74 B
C++
|
#include "yaml-cpp/yaml.h"
|
||
|
|
||
|
int main(int, char**) { YAML::Parser foo{}; }
|