Play-/Source/discimages/ChdStreamSupport.h

13 lines
179 B
C
Raw Permalink Normal View History

#pragma once
namespace Framework
{
class CStream;
};
typedef struct _core_file core_file;
namespace ChdStreamSupport
{
core_file* CreateFileFromStream(Framework::CStream*);
}