diff options
| -rw-r--r-- | cheatsheet/cheatsheet.html | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/cheatsheet/cheatsheet.html b/cheatsheet/cheatsheet.html index b090be6..7e64e99 100644 --- a/cheatsheet/cheatsheet.html +++ b/cheatsheet/cheatsheet.html @@ -83,6 +83,8 @@ #downpdf{text-decoration: none;color:#aaaaaa;} #downpdf:hover{color:#444;} + + #fulldata p a {color:#0eefff; text-decoration: none;} </style> <script type="text/javascript"> @@ -123,17 +125,17 @@ <br> <p>Chinese Translation: <a href="cheatsheet_zh.html">以下为raylib所有API接口中文释义</a></p> <div id="fulldata"> - <p id="pcore">module: rcore</p> + <p id="pcore">module: rcore <a href="#pcore">→</a></p> <div id="core"><pre><code class="cpp"></code></pre></div> - <p id="pshapes">module: rshapes</p> + <p id="pshapes">module: rshapes <a href="#pshapes">→</a></p> <div id="shapes"><pre><code class="cpp"></code></pre></div> - <p id="ptextures">module: rtextures</p> + <p id="ptextures">module: rtextures <a href="#ptextures">→</a></p> <div id="textures"><pre><code class="cpp"></code></pre></div> - <p id="ptext">module: rtext</p> + <p id="ptext">module: rtext <a href="#ptext">→</a></p> <div id="text"><pre><code class="cpp"></code></pre></div> - <p id="pmodels">module: rmodels</p> + <p id="pmodels">module: rmodels <a href="#pmodels">→</a></p> <div id="models"><pre><code class="cpp"></code></pre></div> - <p id="paudio">module: raudio</p> + <p id="paudio">module: raudio <a href="#paudio">→</a></p> <div id="audio"><pre><code class="cpp"></code></pre></div> <div id="fullgroup"> |
