Update JoeyLib Vector Image Functions
parent
a1e0af83b9
commit
932796d993
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
#### jlVecDisplay
|
#### jlVecDisplay
|
||||||
```c
|
```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
|
#### jlVecFree
|
||||||
```c
|
```c
|
||||||
|
|
Loading…
Add table
Reference in a new issue