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

13 lines
178 B
C
Raw Permalink Normal View History

2017-09-26 20:11:54 -03:00
#ifndef DUMBFILE_H
#define DUMBFILE_H
#include "../dumb.h"
struct DUMBFILE {
const DUMBFILE_SYSTEM *dfs;
void *file;
long pos;
};
#endif // DUMBFILE_H