winix/app/content.h

36 lines
429 B
C++
Executable File

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