Deploying to gh-pages from @ n64decomp/mk64@7a10ba89f6 🚀

This commit is contained in:
MegaMech
2024-04-21 01:19:03 +00:00
parent abdeb8760b
commit ea4c2e6c0f
1536 changed files with 143745 additions and 163469 deletions
+9 -4
View File
@@ -108,10 +108,15 @@ $(function(){initNavTree('random_8h_source.html',''); initResizable(); });
<div class="headertitle"><div class="title">random.h</div></div>
</div><!--header-->
<div class="contents">
<a href="random_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="preprocessor">#include &lt;<a class="code" href="ultra64_8h.html">ultra64.h</a>&gt;</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span> </div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#aa0b167025ed1eead1300bc4dbdfb230e">u16</a> <a class="code hl_variable" href="random_8h.html#a8eafbc86e2d3ad047f20f29099649228">gRandomSeed16</a>;</div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#aed742c436da53c1080638ce6ef7d13de">u8</a> <a class="code hl_variable" href="random_8h.html#a3823f2db1b283d00b502020aec94314c">randomSeedPadding</a>[];</div>
<a href="random_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="preprocessor">#ifndef RANDOM_H</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="preprocessor">#define RANDOM_H</span></div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span> </div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="preprocessor">#include &lt;<a class="code" href="ultra64_8h.html">ultra64.h</a>&gt;</span></div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span> </div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#aa0b167025ed1eead1300bc4dbdfb230e">u16</a> <a class="code hl_variable" href="random_8h.html#a8eafbc86e2d3ad047f20f29099649228">gRandomSeed16</a>;</div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="keyword">extern</span> <a class="code hl_typedef" href="ultratypes_8h.html#aed742c436da53c1080638ce6ef7d13de">u8</a> <a class="code hl_variable" href="random_8h.html#a3823f2db1b283d00b502020aec94314c">randomSeedPadding</a>[];</div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span> </div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="preprocessor">#endif </span><span class="comment">// RANDOM_H</span></div>
<div class="ttc" id="arandom_8h_html_a3823f2db1b283d00b502020aec94314c"><div class="ttname"><a href="random_8h.html#a3823f2db1b283d00b502020aec94314c">randomSeedPadding</a></div><div class="ttdeci">u8 randomSeedPadding[]</div><div class="ttdef"><b>Definition</b> random.c:4</div></div>
<div class="ttc" id="arandom_8h_html_a8eafbc86e2d3ad047f20f29099649228"><div class="ttname"><a href="random_8h.html#a8eafbc86e2d3ad047f20f29099649228">gRandomSeed16</a></div><div class="ttdeci">u16 gRandomSeed16</div><div class="ttdef"><b>Definition</b> random.c:3</div></div>
<div class="ttc" id="aultra64_8h_html"><div class="ttname"><a href="ultra64_8h.html">ultra64.h</a></div></div>