diff options
| author | Ray <[email protected]> | 2023-03-13 12:23:39 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2023-03-13 12:23:39 +0100 |
| commit | 325b678b299dd6befb287fbdb502dce45d78003b (patch) | |
| tree | e40d005ab61a8ed79710413c8a343657d4a4c0be /cheatsheet/raymath_cheatsheet.html | |
| parent | f66999513af8abb59851efd48ee1259239c8822d (diff) | |
| download | raylib.com-325b678b299dd6befb287fbdb502dce45d78003b.tar.gz raylib.com-325b678b299dd6befb287fbdb502dce45d78003b.zip | |
Update raymath
Diffstat (limited to 'cheatsheet/raymath_cheatsheet.html')
| -rw-r--r-- | cheatsheet/raymath_cheatsheet.html | 8 |
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> |
