winix/app/content.h

29 lines
325 B
C++
Executable File

/*
* This file is a part of CMSLU -- Content Management System like Unix
* and is not publicly distributed
*
* Copyright (c) 2008-2009, Tomasz Sowa
* All rights reserved.
*
*/
#ifndef headerfileappcontent
#define headerfileappcontent
namespace AppContent
{
void AppFunction(int code);
}
#endif