mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-12 19:02:20 +00:00
Fix Markdown
Missing code-language flag.
This commit is contained in:
parent
4d02f245c3
commit
45d6c968f5
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ to allow real-time loading and saving of graphical data, and thus requires
|
||||||
'libfat'. GRRLIB also has the possibility to use TrueType fonts, so
|
'libfat'. GRRLIB also has the possibility to use TrueType fonts, so
|
||||||
'libfreetype' is also required.
|
'libfreetype' is also required.
|
||||||
|
|
||||||
```
|
```text
|
||||||
libgrrlib <- 2D/3D graphics library
|
libgrrlib <- 2D/3D graphics library
|
||||||
├── libfat <- File I/O
|
├── libfat <- File I/O
|
||||||
├── libjpeg <- JPEG image processor
|
├── libjpeg <- JPEG image processor
|
||||||
|
@ -83,7 +83,7 @@ Installing GRRLIB
|
||||||
|
|
||||||
This guide is for Windows. If you are using Linux, I am going to presume you
|
This guide is for Windows. If you are using Linux, I am going to presume you
|
||||||
are smart enough to convert these instructions.
|
are smart enough to convert these instructions.
|
||||||
```
|
```text
|
||||||
GRRLIB is supplied as source code
|
GRRLIB is supplied as source code
|
||||||
libpngu is supplied as source code
|
libpngu is supplied as source code
|
||||||
libpng is supplied via devkitPro pacman (ppc-libpng)
|
libpng is supplied via devkitPro pacman (ppc-libpng)
|
||||||
|
|
Loading…
Reference in a new issue