zmusic/thirdparty/dumb/include/internal/dumbfile.h
Christoph Oelckers a4eae42ec5 - initial commit
2020-01-02 17:52:30 +01:00

13 lines
166 B
C

#ifndef DUMBFILE_H
#define DUMBFILE_H
#include "../dumb.h"
struct DUMBFILE
{
const DUMBFILE_SYSTEM *dfs;
void *file;
long pos;
};
#endif // DUMBFILE_H