summaryrefslogtreecommitdiffhomepage
path: root/cheatsheet/cheatsheet.html
diff options
context:
space:
mode:
authorRay <[email protected]>2022-08-05 20:45:08 +0200
committerRay <[email protected]>2022-08-05 20:45:08 +0200
commit724747091d62840804f8c61641c38a38e6feb899 (patch)
treeb90108ebd32b7cd20233c5ad553aa3e8b9421440 /cheatsheet/cheatsheet.html
parent3007c48021505d0c9e120ea15acb67cc65dbc0ca (diff)
downloadraylib.com-724747091d62840804f8c61641c38a38e6feb899.tar.gz
raylib.com-724747091d62840804f8c61641c38a38e6feb899.zip
Update cheatsheet for raylib 4.2
Diffstat (limited to 'cheatsheet/cheatsheet.html')
-rw-r--r--cheatsheet/cheatsheet.html16
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>