diff options
Diffstat (limited to 'cheatsheet/cheatsheet.html')
| -rw-r--r-- | cheatsheet/cheatsheet.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/cheatsheet/cheatsheet.html b/cheatsheet/cheatsheet.html index f2febe3..b24d415 100644 --- a/cheatsheet/cheatsheet.html +++ b/cheatsheet/cheatsheet.html @@ -129,21 +129,21 @@ <p id="title">A simple and easy-to-use library to enjoy videogames programming</p> <p id="plinks">[<a href="https://discord.gg/raylib">raylib Discord server</a>][<a href="https://github.com/raysan5/raylib">github.com/raysan5/raylib</a>][<a href="https://github.com/raysan5/raylib/blob/master/src/raylib.h">raylib.h</a>]</p> <p></p> - <p id="version">v4.0 quick reference card [<a id="downpdf" href="https://www.raylib.com/cheatsheet/raylib_cheatsheet_v4.0.pdf">download as PDF</a>]</p> + <p id="version">v4.2 quick reference card [<a id="downpdf" href="https://www.raylib.com/cheatsheet/raylib_cheatsheet_v4.2.pdf">download as PDF</a>]</p> </div> <br> <div id="fulldata"> - <p id="pcore">module: core</p> + <p id="pcore">module: rcore</p> <div id="core"><pre><code class="cpp"></code></pre></div> - <p id="pshapes">module: shapes</p> + <p id="pshapes">module: rshapes</p> <div id="shapes"><pre><code class="cpp"></code></pre></div> - <p id="ptextures">module: textures</p> + <p id="ptextures">module: rtextures</p> <div id="textures"><pre><code class="cpp"></code></pre></div> - <p id="ptext">module: text</p> + <p id="ptext">module: rtext</p> <div id="text"><pre><code class="cpp"></code></pre></div> - <p id="pmodels">module: models</p> + <p id="pmodels">module: rmodels</p> <div id="models"><pre><code class="cpp"></code></pre></div> - <p id="paudio">module: audio</p> + <p id="paudio">module: raudio</p> <div id="audio"><pre><code class="cpp"></code></pre></div> <div id="fullgroup"> @@ -157,7 +157,7 @@ </div> </div> <div id="copyright"> - <p>raylib quick reference card - Copyright (c) 2013-2021 Ramon Santamaria (<a href="https://www.twitter.com/raysan5">@raysan5</a>)</p> + <p>raylib quick reference card - Copyright (c) 2013-2022 Ramon Santamaria (<a href="https://www.twitter.com/raysan5">@raysan5</a>)</p> </div> </div> |
