raze-gles/libraries/dumb/include/internal/dumbfile.h

14 lines
166 B
C
Raw Normal View History

2019-11-10 22:58:51 +00:00
#ifndef DUMBFILE_H
#define DUMBFILE_H
#include "../dumb.h"
struct DUMBFILE
{
const DUMBFILE_SYSTEM *dfs;
void *file;
long pos;
};
#endif // DUMBFILE_H