8 lines
84 B
C++
8 lines
84 B
C++
#include "user.h"
|
|
|
|
user::user(fs::path)
|
|
{
|
|
// json stuff go here
|
|
}
|
|
|
|
user::~user() {} |