diff options
| author | Ray <[email protected]> | 2022-05-07 22:49:36 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-05-07 22:49:36 +0200 |
| commit | 54b7c8afae8a1531e44555af86a447aa8fad4d56 (patch) | |
| tree | c271e203ebb17e4b2e814e6e9af5d18e35b412c7 | |
| parent | fe0b0135024be35dadc1bcd795c2cac508658206 (diff) | |
| parent | d61d982b15d3dcaa6d99541c90dfda89405ab2a6 (diff) | |
| download | raylib.com-54b7c8afae8a1531e44555af86a447aa8fad4d56.tar.gz raylib.com-54b7c8afae8a1531e44555af86a447aa8fad4d56.zip | |
Merge pull request #37 from VantaTree/master
added link to raylib.h file
| -rw-r--r-- | cheatsheet/cheatsheet.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cheatsheet/cheatsheet.html b/cheatsheet/cheatsheet.html index e238ad4..f2febe3 100644 --- a/cheatsheet/cheatsheet.html +++ b/cheatsheet/cheatsheet.html @@ -127,7 +127,7 @@ <div id="header"> <a id="logo" href="https://www.raylib.com/index.html"></a> <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>]</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> </div> |
