11 lines
345 B
C
11 lines
345 B
C
//////////////////////////////////////////////////////////////////////////
|
|
// Declaration of CStreamEngine: implementation of IStreamEngine interface
|
|
//
|
|
#ifndef _CRY_SYSTEM_STREAM_ENGINE_HDR_
|
|
#define _CRY_SYSTEM_STREAM_ENGINE_HDR_
|
|
|
|
#include "RefStreamEngine.h"
|
|
// This is reference implementation
|
|
typedef CRefStreamEngine CStreamEngine;
|
|
|
|
#endif |