winix/functions/man.cpp

35 lines
305 B
C++
Executable File

/*
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2012-2014, Tomasz Sowa
* All rights reserved.
*
*/
#include "man.h"
#include "functions.h"
namespace Winix
{
namespace Fun
{
Man::Man()
{
fun.url = L"man";
}
} // namespace
} // namespace Winix