mirror of
https://github.com/Patoke/LCERenewed.git
synced 2026-07-10 08:27:03 +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")
|
|
{
|
|
} |