Update JoeyLib Vector Image Functions
parent
1a482fc171
commit
6fbc03d2b4
1 changed files with 1 additions and 1 deletions
|
@ -14,4 +14,4 @@ Releases memory used by `vec`.
|
||||||
```c
|
```c
|
||||||
bool jlVecLoad(jlVecT vec, char *filename);
|
bool jlVecLoad(jlVecT vec, char *filename);
|
||||||
```
|
```
|
||||||
(Note: This prototype isn't entirely accurate. No pointer crazyness is needed to pass the image into this function.)* Loads the image `vec` from the file `filename`. Handles memory allocation for you. Returns `true` on success or `false` otherwise.
|
*(Note: This prototype isn't entirely accurate. No pointer crazyness is needed to pass the image into this function.)* Loads the image `vec` from the file `filename`. Handles memory allocation for you. Returns `true` on success or `false` otherwise.
|
Loading…
Add table
Reference in a new issue