thug/Code/Gel/Movies/ngc/p_movies.h

44 lines
1.2 KiB
C
Raw Normal View History

2016-02-13 21:39:12 +00:00
/*****************************************************************************
** **
** Neversoft Entertainment **
** **
** Copyright (C) 1999 - All Rights Reserved **
** **
******************************************************************************
** **
** Project: GEL (Game Engine Library) **
** **
** Module: Movies **
** **
** File name: gel/movies/ngc/p_movies.h **
** **
** Created: 8/27/01 - dc **
** **
*****************************************************************************/
#ifndef __P_MOVIES_H
#define __P_MOVIES_H
/*****************************************************************************
** Includes **
*****************************************************************************/
#include <core/defines.h>
#include <core/singleton.h>
#include <core/list.h>
#include <core/macros.h>
namespace Flx
{
void PMovies_PlayMovie( const char *pName );
bool Movie_Render( void );
} // namespace Flx
#endif // __P_MOVIES_H