quakeforge/ruamoko/include/crudefile.h
Jeff Teunissen cb86e09029 Rualib: documentation updates.
Add a layout file for Rua docs and create groups for its library functions.
2011-06-14 13:31:30 -04:00

18 lines
387 B
C

#ifndef __ruamoko_crudefile_h
#define __ruamoko_crudefile_h
/**
\defgroup crudefile Crudefile Functions
\{
*/
@extern float cfopen (string path, string mode);
@extern void cfclose (float desc);
@extern string cfread (float desc);
@extern float cfwrite (float desc, string buf);
@extern float cfeof (float desc);
@extern float cfquota (void);
/**
\}
*/
#endif//__ruamoko_crudefile_h