1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-10-31 16:04:48 +00:00

fix dgrlib link

4am 2020-07-09 20:16:21 -04:00
parent 2ee990ba28
commit 93ff3723f3

@ -27,6 +27,6 @@ dgrLine(buff, x1, y1, x2, y2)#0
dgrClear(buff, clr)#0
```
**Source Code:** [`dgr.pla`](https://github.com/dschmenk/PLASMA/blob/master/src/libsrc/apple/dgr.pla)
**Source Code:** [`dgrlib.pla`](https://github.com/dschmenk/PLASMA/blob/master/src/libsrc/apple/dgrlib.pla)
**Sample Source:** [`dgrtest.pla`](https://github.com/dschmenk/PLASMA/blob/master/src/samplesrc/dgrtest.pla)