summaryrefslogtreecommitdiffhomepage
path: root/cheatsheet/raymath_cheatsheet.html
diff options
context:
space:
mode:
Diffstat (limited to 'cheatsheet/raymath_cheatsheet.html')
-rw-r--r--cheatsheet/raymath_cheatsheet.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/cheatsheet/raymath_cheatsheet.html b/cheatsheet/raymath_cheatsheet.html
index 64710eb..36d1fac 100644
--- a/cheatsheet/raymath_cheatsheet.html
+++ b/cheatsheet/raymath_cheatsheet.html
@@ -74,7 +74,7 @@
<script type="text/javascript">
$(document).ready(function() {
- $.get('raylib_math.c', function(data) {
+ $.get('raylib_raymath.c', function(data) {
$('#math pre code').text(data);
$('#math pre code').each(function(i, e) {hljs.highlightBlock(e)});
}, 'text');
@@ -88,11 +88,11 @@
<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.2 quick reference card [<a id="downpdf" href="https://www.raylib.com/cheatsheet/raylib_cheatsheet_v4.2.pdf">download as PDF</a>]</p>
+ <p id="version">v4.5 quick reference card</p>
</div>
<br>
<div id="fulldata">
- <p id="pmath">module: rmath</p>
+ <p id="pmath">module: raymath</p>
<div id="math"><pre><code class="cpp"></code></pre></div>
<p>Other cheatsheets</p>
@@ -103,7 +103,7 @@
</ul>
<div id="copyright">
- <p>raylib quick reference card - Copyright (c) 2013-2022 Ramon Santamaria (<a href="https://www.twitter.com/raysan5">@raysan5</a>)</p>
+ <p>raylib quick reference card - Copyright (c) 2013-2023 Ramon Santamaria (<a href="https://www.twitter.com/raysan5">@raysan5</a>)</p>
</div>
</div>
</body>