winix/functions/last.h

36 lines
354 B
C++
Executable File

/*
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2010, Tomasz Sowa
* All rights reserved.
*
*/
#ifndef headerfilecmslucontentlast
#define headerfilecmslucontentlast
#include "functionbase.h"
namespace Fun
{
class Last : public FunctionBase
{
public:
Last();
private:
};
} // namespace
#endif