mirror of
https://github.com/portable-lce/portable-lce.git
synced 2026-07-19 01:48:13 +00:00
4 lines
106 B
C++
4 lines
106 B
C++
#include "../Platform/stdafx.h"
|
|
#include "DemoUser.h"
|
|
|
|
DemoUser::DemoUser() : User(L"DemoUser", L"n/a") {} |