thug/Code/Sys/demo.h

56 lines
2.0 KiB
C
Raw Permalink Normal View History

2016-02-13 21:39:12 +00:00
//****************************************************************************
//* MODULE: sys
//* FILENAME: Demo.h
//* OWNER: Gary Jesdanun
//* CREATION DATE: 10/16/2002
//****************************************************************************
#ifndef __SYS_DEMO_H
#define __SYS_DEMO_H
/*****************************************************************************
** Includes **
*****************************************************************************/
/*****************************************************************************
** Defines **
*****************************************************************************/
namespace Sys
{
/*****************************************************************************
** Type Defines **
*****************************************************************************/
/*****************************************************************************
** Private Declarations **
*****************************************************************************/
/*****************************************************************************
** Private Prototypes **
*****************************************************************************/
/*****************************************************************************
** Public Declarations **
*****************************************************************************/
/*****************************************************************************
** Public Prototypes **
*****************************************************************************/
bool LoadExec( const char* pELFName );
bool ExitDemo();
/*****************************************************************************
** Macros **
*****************************************************************************/
} // namespace Sys
#endif // __SYS_DEMO_H