5 lines
75 B
C++
5 lines
75 B
C++
|
#include <nlohmann/json.hpp>
|
||
|
#include "Foo.hpp"
|
||
|
|
||
|
class Bar : public Foo{};
|