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

14 lines
166 B
C
Raw Normal View History

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