Update JoeyLib Vector Image Functions

Scott Duensing 2019-10-17 19:28:08 -05:00
parent a1e0af83b9
commit 932796d993

@ -1,8 +1,8 @@
#### jlVecDisplay
```c
void jlVecDisplay(jlVecT *vec, int x, int y);
void jlVecDisplay(jlVecT *vec, jint16 x, jint16 y);
```
Displays the vector image `vec` at (x, y). Being able to reposition vector images makes them suitable for use as clip art.
Displays the vector image `vec` at (`x`, `y`). Being able to reposition vector images makes them suitable for use as clip art.
#### jlVecFree
```c