summaryrefslogtreecommitdiff
path: root/inc/FSD_BStream.hxx
blob: b249d5d36e2d278c7f167eaa7045b0486a55ef09 (plain)
1
2
3
4
5
6
7
8
#ifndef _FSD_BStream_HeaderFile
#define _FSD_BStream_HeaderFile

#include <stdio.h>

typedef FILE* FSD_BStream;

#endif