mirror of
https://git.neolegacy.dev/pieeebot/cafeberry.git
synced 2026-08-03 20:51:18 +00:00
6 lines
100 B
C++
6 lines
100 B
C++
#include "stdafx.h"
|
|
#include "DemoUser.h"
|
|
|
|
DemoUser::DemoUser() : User(L"DemoUser", L"n/a")
|
|
{
|
|
} |