winix/app/content.h

31 lines
343 B
C
Raw Normal View History

/*
* 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
{
#ifdef APPPREPARE
void PrepareApp();
#endif
}
#endif