mirror of
https://notabug.org/scuti/lib3ddevil1
synced 2024-11-22 05:42:59 +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.
|
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**,
|
bool getmeshheader(struct MeshHeader**,
|
||||||
unsigned int,
|
unsigned int,
|
||||||
|
Loading…
Reference in New Issue
Block a user