Update JoeyLib Vector Image Functions

Scott Duensing 2018-09-06 02:02:10 +00:00
parent 1a482fc171
commit 6fbc03d2b4

@ -14,4 +14,4 @@ Releases memory used by `vec`.
```c
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.