basics.cpp
No OneTemporary

File Metadata

Created
Tue, Aug 25, 11:29 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