thug/Code/Sys/sys.cpp
2016-02-14 08:39:12 +11:00

81 lines
2.9 KiB
C++

/*****************************************************************************
** **
** Neversoft Entertainment **
** **
** Copyright (C) 1999 - All Rights Reserved **
** **
******************************************************************************
** **
** Project: SYS Library **
** **
** Module: Sys **
** **
** File name: sys.cpp **
** **
** Created: 05/27/99 - mjb **
** **
** Description: SYS Debug symbols **
** **
*****************************************************************************/
/*****************************************************************************
** Includes **
*****************************************************************************/
#include <core/defines.h>
#include <sys/profiler.h>
/*****************************************************************************
** DBG Information **
*****************************************************************************/
Dbg_DefineProject ( SysLib, "System Library")
namespace Sys
{
/*****************************************************************************
** Externals **
*****************************************************************************/
/*****************************************************************************
** Defines **
*****************************************************************************/
/*****************************************************************************
** Private Types **
*****************************************************************************/
/*****************************************************************************
** Private Data **
*****************************************************************************/
/*****************************************************************************
** Public Data **
*****************************************************************************/
/*****************************************************************************
** Private Prototypes **
*****************************************************************************/
/*****************************************************************************
** Private Functions **
*****************************************************************************/
/*****************************************************************************
** Public Functions **
*****************************************************************************/
} // namespace Sys