mirror of
https://notabug.org/scuti/lib3ddevil1
synced 2024-11-21 21:32:58 +05:30
Wrote documentation for devil1geo.getheader()
This commit is contained in:
parent
ee9644b5d1
commit
45a07283e7
@ -35,6 +35,17 @@ Functions
|
||||
|
||||
unsigned int, for quantity of coordinates to be printed.
|
||||
|
||||
bool getheader(struct Header**, const char*);
|
||||
Retrieves the header for a geometry package.
|
||||
|
||||
input:
|
||||
Pointer of a pointer to struct Header.
|
||||
Pass by reference of a pointer to the function.
|
||||
The pointer of Header can be NULL and will be set to point to
|
||||
a region in the buffer.
|
||||
|
||||
const char*, file data
|
||||
Can not be NULL.
|
||||
|
||||
bool getmeshheader(struct MeshHeader**,
|
||||
unsigned int,
|
||||
|
Loading…
Reference in New Issue
Block a user