verts-twmailer/user.cpp

8 lines
84 B
C++

#include "user.h"
user::user(fs::path)
{
// json stuff go here
}
user::~user() {}