Deploying to gh-pages from @ n64decomp/mk64@52fd80f4cc 🚀

This commit is contained in:
MegaMech
2024-08-16 21:49:49 +00:00
parent fe73639371
commit da2f95f532
55 changed files with 162 additions and 162 deletions
+3 -3
View File
@@ -110,9 +110,9 @@ $(function(){initNavTree('controller_8h_source.html',''); initResizable(true); }
<div class="contents">
<a href="controller_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 _CONTROLLER_H</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="preprocessor">#define _CONTROLLER_H</span></div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="preprocessor">#include &quot;<a class="code" href="os__internal_8h.html">PR/os_internal.h</a>&quot;</span></div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="preprocessor">#include &quot;<a class="code" href="os_8h.html">PR/os.h</a>&quot;</span></div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="preprocessor">#include &quot;<a class="code" href="rcp_8h.html">PR/rcp.h</a>&quot;</span></div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="preprocessor">#include &lt;<a class="code" href="os__internal_8h.html">PR/os_internal.h</a>&gt;</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="os_8h.html">PR/os.h</a>&gt;</span></div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="preprocessor">#include &lt;<a class="code" href="rcp_8h.html">PR/rcp.h</a>&gt;</span></div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span> </div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="comment">//should go somewhere else but</span></div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"><a class="line" href="controller_8h.html#a9b41a5a2d7085e2040feb07286d0ce36"> 8</a></span><span class="preprocessor">#define ARRLEN(x) ((s32)(sizeof(x) / sizeof(x[0])))</span></div>