1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2026-03-10 18:42:58 +00:00

fix grlib link

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

@@ -27,6 +27,6 @@ grLine(buff, x1, y1, x2, y2)#0
grClear(buff, clr)#0
```
**Source Code:** [`gr.pla`](https://github.com/dschmenk/PLASMA/blob/master/src/libsrc/apple/gr.pla)
**Source Code:** [`grlib.pla`](https://github.com/dschmenk/PLASMA/blob/master/src/libsrc/apple/grlib.pla)
**Sample Source:** [`grtest.pla`](https://github.com/dschmenk/PLASMA/blob/master/src/samplesrc/grtest.pla)