Documented most of the still relevant tools

This commit is contained in:
2023-03-01 10:12:20 -08:00
parent 1061cda666
commit 3cd6d555d1
11 changed files with 225 additions and 50 deletions

View File

@ -125,8 +125,16 @@ namespace Dawn {
*/
bool_t writeRaw(char *data, size_t );
/**
* Set the position of the cursor of the file reader.
*
* @param pos Position to set.
*/
void setPosition(size_t pos);
/**
* Destruct the File manager.
*/
~File();
};
}