//**************************************************************************** //* 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