Cog/Frameworks/Dumb/dumb/include/internal/dumbfile.h

14 lines
166 B
C
Raw Normal View History

2013-09-28 00:24:23 -03:00
#ifndef DUMBFILE_H
#define DUMBFILE_H
#include "../dumb.h"
struct DUMBFILE
{
const DUMBFILE_SYSTEM *dfs;
void *file;
long pos;
};
#endif // DUMBFILE_H