mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-24 09:07:48 +00:00
6 lines
107 B
C++
6 lines
107 B
C++
#include "../Platform/stdafx.h"
|
|
#include "DemoUser.h"
|
|
|
|
DemoUser::DemoUser() : User(L"DemoUser", L"n/a")
|
|
{
|
|
} |