basics.cpp
No OneTemporary

File Metadata

Created
Mon, Aug 24, 7:12 AM

basics.cpp

//
// Created by pgess on 12/03/2020.
//
#include "basics.h"
Config Config::__self = Config();
Config::Config()
: __storage{json_file{ "config/default.json" }}
{}

Event Timeline