winix/functions/man.cpp

28 lines
257 B
C++
Executable File

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