Files
mk64/skybox__and__splitscreen_8h_source.html
T

233 lines
39 KiB
HTML

<!-- HTML header for doxygen 1.10.0-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.10.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Mario Kart 64: src/racing/skybox_and_splitscreen.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<script type="text/javascript" src="clipboard.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="cookie.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
<link href="doxygen-awesome-sidebar-only.css" rel="stylesheet" type="text/css"/>
<link href="doxygen-awesome-sidebar-only-darkmode-toggle.css" rel="stylesheet" type="text/css"/>
<link href="docs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="doxygen-awesome-darkmode-toggle.js"></script>
<script type="text/javascript">
DoxygenAwesomeDarkModeToggle.init()
</script>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">Mario Kart 64
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.10.0 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() { codefold.init(0); });
/* @license-end */
</script>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function(){initNavTree('skybox__and__splitscreen_8h_source.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>
<div class="header">
<div class="headertitle"><div class="title">skybox_and_splitscreen.h</div></div>
</div><!--header-->
<div class="contents">
<a href="skybox__and__splitscreen_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 SKYBOX_AND_SPLITSCREEN_H</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="preprocessor">#define SKYBOX_AND_SPLITSCREEN_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="gbi_8h.html">PR/gbi.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"><a class="line" href="skybox__and__splitscreen_8h.html#a3b52a415dad457e45730015e6dfd3614"> 6</a></span><span class="preprocessor">#define G_CLEAR_ALL_MODES 0xFFFFFFFF</span></div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span> </div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="comment">/* Function Prototypes */</span></div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span> </div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"><a class="line" href="skybox__and__splitscreen_8h.html#a30bce983f26f3643814ad1075cae39be"> 10</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="skybox__and__splitscreen_8h.html#a30bce983f26f3643814ad1075cae39be">func_802A4A0C</a>(<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">Vtx</a>*, <span class="keyword">struct</span> <a class="code hl_struct" href="structUnkStruct__800DC5EC.html">UnkStruct_800DC5EC</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a>*);</div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span> </div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="keywordtype">void</span> <a class="code hl_function" href="skybox__and__splitscreen_8h.html#a8c8ae70998ecd6b5b4773008bc82efeb">func_802A3730</a>(<span class="keyword">struct</span> <a class="code hl_struct" href="structUnkStruct__800DC5EC.html">UnkStruct_800DC5EC</a>*);</div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="keywordtype">void</span> <a class="code hl_function" href="skybox__and__splitscreen_8h.html#ab8435f5b83d0fc118a6bbad43a0a806d">func_802A38AC</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="keywordtype">void</span> <a class="code hl_function" href="skybox__and__splitscreen_8h.html#a3e841fd472316b42bf7b4d8f077b2d1c">func_802A38B4</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="keywordtype">void</span> <a class="code hl_function" href="skybox__and__splitscreen_8h.html#a1b83cb7e0ac696751129152a758b7dff">func_802A39E0</a>(<span class="keyword">struct</span> <a class="code hl_struct" href="structUnkStruct__800DC5EC.html">UnkStruct_800DC5EC</a>*);</div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="keywordtype">void</span> <a class="code hl_function" href="skybox__and__splitscreen_8h.html#af301b54a848553e5cbefdeaecc5dd67b">init_z_buffer</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="keywordtype">void</span> <a class="code hl_function" href="skybox__and__splitscreen_8h.html#a1ff551b00275f32a4c52eb741006cbc2">init_rdp</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span><span class="keywordtype">void</span> <a class="code hl_function" href="skybox__and__splitscreen_8h.html#acbee56a803ead7946e1c703e7039930a">func_802A40A4</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span><span class="keywordtype">void</span> <a class="code hl_function" href="skybox__and__splitscreen_8h.html#a6caeb2f1b332ba9723dd8ef89c9c262c">func_802A40AC</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span><span class="keywordtype">void</span> <a class="code hl_function" href="skybox__and__splitscreen_8h.html#a7d5a2d851adf72234fc5499e56ec391f">func_802A40B4</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span><span class="keywordtype">void</span> <a class="code hl_function" href="skybox__and__splitscreen_8h.html#a60cff02b9efa70e36b28e1f82c824ed1">func_802A40BC</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span><span class="keywordtype">void</span> <a class="code hl_function" href="skybox__and__splitscreen_8h.html#ab4d59c5fb18fa704f1f4a74d79204e3a">func_802A40C4</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span><span class="keywordtype">void</span> <a class="code hl_function" href="skybox__and__splitscreen_8h.html#a34179c1d3f41299b17b99497fd6238b0">func_802A40CC</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span><span class="keywordtype">void</span> <a class="code hl_function" href="skybox__and__splitscreen_8h.html#a213c7db805b5f5abc6c4511b44b24c96">func_802A40D4</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span><span class="keywordtype">void</span> <a class="code hl_function" href="skybox__and__splitscreen_8h.html#a5baf6806d3a9bd2c602b6693860dd292">func_802A40DC</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span><a class="code hl_typedef" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a> <a class="code hl_function" href="skybox__and__splitscreen_8h.html#a3d19ba08f130a164d0ee2ec90e054301">set_viewport2</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span><span class="keywordtype">void</span> <a class="code hl_function" href="skybox__and__splitscreen_8h.html#aa627a5166fe0e9f01475246065b6923c">set_viewport</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span><span class="keywordtype">void</span> <a class="code hl_function" href="skybox__and__splitscreen_8h.html#ab481a35d4548245b2a89ab574f460a14">select_framebuffer</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span><span class="keywordtype">void</span> <a class="code hl_function" href="skybox__and__splitscreen_8h.html#a67bde07a20019a64500eba855d93ff4a">func_802A4300</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span><span class="keywordtype">void</span> <a class="code hl_function" href="skybox__and__splitscreen_8h.html#a1997568f9573e9aa62f3662c0a360f42">func_802A450C</a>(<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">Vtx</a>*);</div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"><a class="line" href="skybox__and__splitscreen_8h.html#a12eba1430c33121d90ee6374942e59b4"> 31</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="skybox__and__splitscreen_8h.html#a12eba1430c33121d90ee6374942e59b4">func_802A487C</a>(<a class="code hl_variable" href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">Vtx</a>*, <span class="keyword">struct</span> <a class="code hl_struct" href="structUnkStruct__800DC5EC.html">UnkStruct_800DC5EC</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a>*);</div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span><span class="keywordtype">void</span> <a class="code hl_function" href="skybox__and__splitscreen_8h.html#a1520a44a27c37f0b2554764974afb428">func_802A4D18</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span><span class="keywordtype">void</span> <a class="code hl_function" href="skybox__and__splitscreen_8h.html#a1521be679cd75bb46d9e6f0e1ae184f4">func_802A4EF4</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span><span class="keywordtype">void</span> <a class="code hl_function" href="skybox__and__splitscreen_8h.html#a106a6c5b25b49dea0722c25630e2bdb9">func_802A5004</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span><span class="keywordtype">void</span> <a class="code hl_function" href="skybox__and__splitscreen_8h.html#ab0061fbdffa3d6f0a7a58b866cfd2336">func_802A50EC</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span><span class="keywordtype">void</span> <a class="code hl_function" href="skybox__and__splitscreen_8h.html#a499e9f29e241ca3ab115fda541a146ac">func_802A51D4</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span><span class="keywordtype">void</span> <a class="code hl_function" href="skybox__and__splitscreen_8h.html#aa58c449ec64b285fd3b4def5e261ff97">func_802A52BC</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span><span class="keywordtype">void</span> <a class="code hl_function" href="skybox__and__splitscreen_8h.html#a0ead9b2e7f52608fae3579b63f3453e5">func_802A53A4</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span><span class="keywordtype">void</span> <a class="code hl_function" href="skybox__and__splitscreen_8h.html#a530f75435172f605331e514c70b3a1bd">func_802A54A8</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span><span class="keywordtype">void</span> <a class="code hl_function" href="skybox__and__splitscreen_8h.html#ae2f505de9b25f530a00ecf1e4f146700">func_802A5590</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span><span class="keywordtype">void</span> <a class="code hl_function" href="skybox__and__splitscreen_8h.html#a248dc83fd4a3f414744f72faf84b1904">func_802A5678</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span><span class="keywordtype">void</span> <a class="code hl_function" href="skybox__and__splitscreen_8h.html#adbeb0599946e6477e4aa0c65e9fea6a8">func_802A5760</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span><span class="keywordtype">void</span> <a class="code hl_function" href="skybox__and__splitscreen_8h.html#a02ba32ac13c8d84bb41bd126dcbc3f60">render_player_one_1p_screen</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span><span class="keywordtype">void</span> <a class="code hl_function" href="skybox__and__splitscreen_8h.html#aaee9f9427e329853be01be02eb78fcb7">render_player_one_2p_screen_vertical</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span><span class="keywordtype">void</span> <a class="code hl_function" href="skybox__and__splitscreen_8h.html#aa8a367dff9836f7f36d096ba50c8ed9b">render_player_two_2p_screen_vertical</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span><span class="keywordtype">void</span> <a class="code hl_function" href="skybox__and__splitscreen_8h.html#ab958ecffcba83a570c82e949927ec456">render_player_one_2p_screen_horizontal</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span><span class="keywordtype">void</span> <a class="code hl_function" href="skybox__and__splitscreen_8h.html#ae5b1fa1a2da65aa7564ba67154f0f5f2">render_player_two_2p_screen_horizontal</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span><span class="keywordtype">void</span> <a class="code hl_function" href="skybox__and__splitscreen_8h.html#acd06109ac5fe31d2df55f3d58c48bd97">render_player_one_3p_4p_screen</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span><span class="keywordtype">void</span> <a class="code hl_function" href="skybox__and__splitscreen_8h.html#a3cae4ed02b4f4ac73f8e0092f0599bd0">render_player_two_3p_4p_screen</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span><span class="keywordtype">void</span> <a class="code hl_function" href="skybox__and__splitscreen_8h.html#a98eb0076207c048df9f97a720ca5f872">render_player_three_3p_4p_screen</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span><span class="keywordtype">void</span> <a class="code hl_function" href="skybox__and__splitscreen_8h.html#a39b8efa56ec9ff632a99e6363225e9d0">render_player_four_3p_4p_screen</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span><span class="keywordtype">void</span> <a class="code hl_function" href="skybox__and__splitscreen_8h.html#a3ccbc877132c17e7864318f295367fb7">func_802A74BC</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span><span class="keywordtype">void</span> <a class="code hl_function" href="skybox__and__splitscreen_8h.html#a305f9888c702557c18a9dfdd9c7225f3">copy_framebuffer</a>(<a class="code hl_typedef" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a>, <a class="code hl_typedef" href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a>, <a class="code hl_typedef" href="ultratypes_8h.html#aa0b167025ed1eead1300bc4dbdfb230e">u16</a>*, <a class="code hl_typedef" href="ultratypes_8h.html#aa0b167025ed1eead1300bc4dbdfb230e">u16</a>*);</div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span><span class="keywordtype">void</span> <a class="code hl_function" href="skybox__and__splitscreen_8h.html#afa708863b8e0cef243129f1f6cd443e3">func_802A7728</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span><span class="keywordtype">void</span> <a class="code hl_function" href="skybox__and__splitscreen_8h.html#a862515e1d473f5fbbe04543cddfc4fa4">func_802A7940</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span> </div>
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span><span class="keyword">extern</span> Vp <a class="code hl_variable" href="skybox__and__splitscreen_8h.html#aa9561e7be092d9cd53decc5700218e26">D_802B8880</a>[];</div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span> </div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span><span class="preprocessor">#endif</span></div>
<div class="ttc" id="acode__800029B0_8c_html_a1b0406ea3ec906cf85496afbfe00e23e"><div class="ttname"><a href="code__800029B0_8c.html#a1b0406ea3ec906cf85496afbfe00e23e">gCourseMaxZ</a></div><div class="ttdeci">s16 gCourseMaxZ</div><div class="ttdef"><b>Definition</b> code_800029B0.c:92</div></div>
<div class="ttc" id="agbi_8h_html"><div class="ttname"><a href="gbi_8h.html">gbi.h</a></div></div>
<div class="ttc" id="askybox__and__splitscreen_8h_html_a02ba32ac13c8d84bb41bd126dcbc3f60"><div class="ttname"><a href="skybox__and__splitscreen_8h.html#a02ba32ac13c8d84bb41bd126dcbc3f60">render_player_one_1p_screen</a></div><div class="ttdeci">void render_player_one_1p_screen(void)</div><div class="ttdef"><b>Definition</b> skybox_and_splitscreen.c:757</div></div>
<div class="ttc" id="askybox__and__splitscreen_8h_html_a0ead9b2e7f52608fae3579b63f3453e5"><div class="ttname"><a href="skybox__and__splitscreen_8h.html#a0ead9b2e7f52608fae3579b63f3453e5">func_802A53A4</a></div><div class="ttdeci">void func_802A53A4(void)</div><div class="ttdef"><b>Definition</b> skybox_and_splitscreen.c:648</div></div>
<div class="ttc" id="askybox__and__splitscreen_8h_html_a106a6c5b25b49dea0722c25630e2bdb9"><div class="ttname"><a href="skybox__and__splitscreen_8h.html#a106a6c5b25b49dea0722c25630e2bdb9">func_802A5004</a></div><div class="ttdeci">void func_802A5004(void)</div><div class="ttdef"><b>Definition</b> skybox_and_splitscreen.c:579</div></div>
<div class="ttc" id="askybox__and__splitscreen_8h_html_a12eba1430c33121d90ee6374942e59b4"><div class="ttname"><a href="skybox__and__splitscreen_8h.html#a12eba1430c33121d90ee6374942e59b4">func_802A487C</a></div><div class="ttdeci">void func_802A487C(Vtx *, struct UnkStruct_800DC5EC *, s32, s32, f32 *)</div></div>
<div class="ttc" id="askybox__and__splitscreen_8h_html_a1520a44a27c37f0b2554764974afb428"><div class="ttname"><a href="skybox__and__splitscreen_8h.html#a1520a44a27c37f0b2554764974afb428">func_802A4D18</a></div><div class="ttdeci">void func_802A4D18(void)</div><div class="ttdef"><b>Definition</b> skybox_and_splitscreen.c:491</div></div>
<div class="ttc" id="askybox__and__splitscreen_8h_html_a1521be679cd75bb46d9e6f0e1ae184f4"><div class="ttname"><a href="skybox__and__splitscreen_8h.html#a1521be679cd75bb46d9e6f0e1ae184f4">func_802A4EF4</a></div><div class="ttdeci">void func_802A4EF4(void)</div><div class="ttdef"><b>Definition</b> skybox_and_splitscreen.c:556</div></div>
<div class="ttc" id="askybox__and__splitscreen_8h_html_a1997568f9573e9aa62f3662c0a360f42"><div class="ttname"><a href="skybox__and__splitscreen_8h.html#a1997568f9573e9aa62f3662c0a360f42">func_802A450C</a></div><div class="ttdeci">void func_802A450C(Vtx *)</div><div class="ttdef"><b>Definition</b> skybox_and_splitscreen.c:357</div></div>
<div class="ttc" id="askybox__and__splitscreen_8h_html_a1b83cb7e0ac696751129152a758b7dff"><div class="ttname"><a href="skybox__and__splitscreen_8h.html#a1b83cb7e0ac696751129152a758b7dff">func_802A39E0</a></div><div class="ttdeci">void func_802A39E0(struct UnkStruct_800DC5EC *)</div><div class="ttdef"><b>Definition</b> skybox_and_splitscreen.c:153</div></div>
<div class="ttc" id="askybox__and__splitscreen_8h_html_a1ff551b00275f32a4c52eb741006cbc2"><div class="ttname"><a href="skybox__and__splitscreen_8h.html#a1ff551b00275f32a4c52eb741006cbc2">init_rdp</a></div><div class="ttdeci">void init_rdp(void)</div><div class="ttdef"><b>Definition</b> skybox_and_splitscreen.c:215</div></div>
<div class="ttc" id="askybox__and__splitscreen_8h_html_a213c7db805b5f5abc6c4511b44b24c96"><div class="ttname"><a href="skybox__and__splitscreen_8h.html#a213c7db805b5f5abc6c4511b44b24c96">func_802A40D4</a></div><div class="ttdeci">void func_802A40D4(void)</div><div class="ttdef"><b>Definition</b> skybox_and_splitscreen.c:241</div></div>
<div class="ttc" id="askybox__and__splitscreen_8h_html_a248dc83fd4a3f414744f72faf84b1904"><div class="ttname"><a href="skybox__and__splitscreen_8h.html#a248dc83fd4a3f414744f72faf84b1904">func_802A5678</a></div><div class="ttdeci">void func_802A5678(void)</div><div class="ttdef"><b>Definition</b> skybox_and_splitscreen.c:703</div></div>
<div class="ttc" id="askybox__and__splitscreen_8h_html_a305f9888c702557c18a9dfdd9c7225f3"><div class="ttname"><a href="skybox__and__splitscreen_8h.html#a305f9888c702557c18a9dfdd9c7225f3">copy_framebuffer</a></div><div class="ttdeci">void copy_framebuffer(s32, s32, s32, s32, u16 *, u16 *)</div><div class="ttdef"><b>Definition</b> skybox_and_splitscreen.c:1345</div></div>
<div class="ttc" id="askybox__and__splitscreen_8h_html_a30bce983f26f3643814ad1075cae39be"><div class="ttname"><a href="skybox__and__splitscreen_8h.html#a30bce983f26f3643814ad1075cae39be">func_802A4A0C</a></div><div class="ttdeci">void func_802A4A0C(Vtx *, struct UnkStruct_800DC5EC *, s32, s32, f32 *)</div></div>
<div class="ttc" id="askybox__and__splitscreen_8h_html_a34179c1d3f41299b17b99497fd6238b0"><div class="ttname"><a href="skybox__and__splitscreen_8h.html#a34179c1d3f41299b17b99497fd6238b0">func_802A40CC</a></div><div class="ttdeci">void func_802A40CC(void)</div><div class="ttdef"><b>Definition</b> skybox_and_splitscreen.c:240</div></div>
<div class="ttc" id="askybox__and__splitscreen_8h_html_a39b8efa56ec9ff632a99e6363225e9d0"><div class="ttname"><a href="skybox__and__splitscreen_8h.html#a39b8efa56ec9ff632a99e6363225e9d0">render_player_four_3p_4p_screen</a></div><div class="ttdeci">void render_player_four_3p_4p_screen(void)</div><div class="ttdef"><b>Definition</b> skybox_and_splitscreen.c:1214</div></div>
<div class="ttc" id="askybox__and__splitscreen_8h_html_a3cae4ed02b4f4ac73f8e0092f0599bd0"><div class="ttname"><a href="skybox__and__splitscreen_8h.html#a3cae4ed02b4f4ac73f8e0092f0599bd0">render_player_two_3p_4p_screen</a></div><div class="ttdeci">void render_player_two_3p_4p_screen(void)</div><div class="ttdef"><b>Definition</b> skybox_and_splitscreen.c:1105</div></div>
<div class="ttc" id="askybox__and__splitscreen_8h_html_a3ccbc877132c17e7864318f295367fb7"><div class="ttname"><a href="skybox__and__splitscreen_8h.html#a3ccbc877132c17e7864318f295367fb7">func_802A74BC</a></div><div class="ttdeci">void func_802A74BC(void)</div><div class="ttdef"><b>Definition</b> skybox_and_splitscreen.c:1277</div></div>
<div class="ttc" id="askybox__and__splitscreen_8h_html_a3d19ba08f130a164d0ee2ec90e054301"><div class="ttname"><a href="skybox__and__splitscreen_8h.html#a3d19ba08f130a164d0ee2ec90e054301">set_viewport2</a></div><div class="ttdeci">s32 set_viewport2(void)</div><div class="ttdef"><b>Definition</b> skybox_and_splitscreen.c:244</div></div>
<div class="ttc" id="askybox__and__splitscreen_8h_html_a3e841fd472316b42bf7b4d8f077b2d1c"><div class="ttname"><a href="skybox__and__splitscreen_8h.html#a3e841fd472316b42bf7b4d8f077b2d1c">func_802A38B4</a></div><div class="ttdeci">void func_802A38B4(void)</div><div class="ttdef"><b>Definition</b> skybox_and_splitscreen.c:118</div></div>
<div class="ttc" id="askybox__and__splitscreen_8h_html_a499e9f29e241ca3ab115fda541a146ac"><div class="ttname"><a href="skybox__and__splitscreen_8h.html#a499e9f29e241ca3ab115fda541a146ac">func_802A51D4</a></div><div class="ttdeci">void func_802A51D4(void)</div><div class="ttdef"><b>Definition</b> skybox_and_splitscreen.c:614</div></div>
<div class="ttc" id="askybox__and__splitscreen_8h_html_a530f75435172f605331e514c70b3a1bd"><div class="ttname"><a href="skybox__and__splitscreen_8h.html#a530f75435172f605331e514c70b3a1bd">func_802A54A8</a></div><div class="ttdeci">void func_802A54A8(void)</div><div class="ttdef"><b>Definition</b> skybox_and_splitscreen.c:669</div></div>
<div class="ttc" id="askybox__and__splitscreen_8h_html_a5baf6806d3a9bd2c602b6693860dd292"><div class="ttname"><a href="skybox__and__splitscreen_8h.html#a5baf6806d3a9bd2c602b6693860dd292">func_802A40DC</a></div><div class="ttdeci">void func_802A40DC(void)</div><div class="ttdef"><b>Definition</b> skybox_and_splitscreen.c:242</div></div>
<div class="ttc" id="askybox__and__splitscreen_8h_html_a60cff02b9efa70e36b28e1f82c824ed1"><div class="ttname"><a href="skybox__and__splitscreen_8h.html#a60cff02b9efa70e36b28e1f82c824ed1">func_802A40BC</a></div><div class="ttdeci">void func_802A40BC(void)</div><div class="ttdef"><b>Definition</b> skybox_and_splitscreen.c:238</div></div>
<div class="ttc" id="askybox__and__splitscreen_8h_html_a67bde07a20019a64500eba855d93ff4a"><div class="ttname"><a href="skybox__and__splitscreen_8h.html#a67bde07a20019a64500eba855d93ff4a">func_802A4300</a></div><div class="ttdeci">void func_802A4300(void)</div><div class="ttdef"><b>Definition</b> skybox_and_splitscreen.c:270</div></div>
<div class="ttc" id="askybox__and__splitscreen_8h_html_a6caeb2f1b332ba9723dd8ef89c9c262c"><div class="ttname"><a href="skybox__and__splitscreen_8h.html#a6caeb2f1b332ba9723dd8ef89c9c262c">func_802A40AC</a></div><div class="ttdeci">void func_802A40AC(void)</div><div class="ttdef"><b>Definition</b> skybox_and_splitscreen.c:236</div></div>
<div class="ttc" id="askybox__and__splitscreen_8h_html_a7d5a2d851adf72234fc5499e56ec391f"><div class="ttname"><a href="skybox__and__splitscreen_8h.html#a7d5a2d851adf72234fc5499e56ec391f">func_802A40B4</a></div><div class="ttdeci">void func_802A40B4(void)</div><div class="ttdef"><b>Definition</b> skybox_and_splitscreen.c:237</div></div>
<div class="ttc" id="askybox__and__splitscreen_8h_html_a862515e1d473f5fbbe04543cddfc4fa4"><div class="ttname"><a href="skybox__and__splitscreen_8h.html#a862515e1d473f5fbbe04543cddfc4fa4">func_802A7940</a></div><div class="ttdeci">void func_802A7940(void)</div><div class="ttdef"><b>Definition</b> skybox_and_splitscreen.c:1383</div></div>
<div class="ttc" id="askybox__and__splitscreen_8h_html_a8c8ae70998ecd6b5b4773008bc82efeb"><div class="ttname"><a href="skybox__and__splitscreen_8h.html#a8c8ae70998ecd6b5b4773008bc82efeb">func_802A3730</a></div><div class="ttdeci">void func_802A3730(struct UnkStruct_800DC5EC *)</div><div class="ttdef"><b>Definition</b> skybox_and_splitscreen.c:71</div></div>
<div class="ttc" id="askybox__and__splitscreen_8h_html_a98eb0076207c048df9f97a720ca5f872"><div class="ttname"><a href="skybox__and__splitscreen_8h.html#a98eb0076207c048df9f97a720ca5f872">render_player_three_3p_4p_screen</a></div><div class="ttdeci">void render_player_three_3p_4p_screen(void)</div><div class="ttdef"><b>Definition</b> skybox_and_splitscreen.c:1159</div></div>
<div class="ttc" id="askybox__and__splitscreen_8h_html_aa58c449ec64b285fd3b4def5e261ff97"><div class="ttname"><a href="skybox__and__splitscreen_8h.html#aa58c449ec64b285fd3b4def5e261ff97">func_802A52BC</a></div><div class="ttdeci">void func_802A52BC(void)</div><div class="ttdef"><b>Definition</b> skybox_and_splitscreen.c:631</div></div>
<div class="ttc" id="askybox__and__splitscreen_8h_html_aa627a5166fe0e9f01475246065b6923c"><div class="ttname"><a href="skybox__and__splitscreen_8h.html#aa627a5166fe0e9f01475246065b6923c">set_viewport</a></div><div class="ttdeci">void set_viewport(void)</div><div class="ttdef"><b>Definition</b> skybox_and_splitscreen.c:251</div></div>
<div class="ttc" id="askybox__and__splitscreen_8h_html_aa8a367dff9836f7f36d096ba50c8ed9b"><div class="ttname"><a href="skybox__and__splitscreen_8h.html#aa8a367dff9836f7f36d096ba50c8ed9b">render_player_two_2p_screen_vertical</a></div><div class="ttdeci">void render_player_two_2p_screen_vertical(void)</div><div class="ttdef"><b>Definition</b> skybox_and_splitscreen.c:878</div></div>
<div class="ttc" id="askybox__and__splitscreen_8h_html_aa9561e7be092d9cd53decc5700218e26"><div class="ttname"><a href="skybox__and__splitscreen_8h.html#aa9561e7be092d9cd53decc5700218e26">D_802B8880</a></div><div class="ttdeci">Vp D_802B8880[]</div><div class="ttdef"><b>Definition</b> skybox_and_splitscreen.c:23</div></div>
<div class="ttc" id="askybox__and__splitscreen_8h_html_aaee9f9427e329853be01be02eb78fcb7"><div class="ttname"><a href="skybox__and__splitscreen_8h.html#aaee9f9427e329853be01be02eb78fcb7">render_player_one_2p_screen_vertical</a></div><div class="ttdeci">void render_player_one_2p_screen_vertical(void)</div><div class="ttdef"><b>Definition</b> skybox_and_splitscreen.c:817</div></div>
<div class="ttc" id="askybox__and__splitscreen_8h_html_ab0061fbdffa3d6f0a7a58b866cfd2336"><div class="ttname"><a href="skybox__and__splitscreen_8h.html#ab0061fbdffa3d6f0a7a58b866cfd2336">func_802A50EC</a></div><div class="ttdeci">void func_802A50EC(void)</div><div class="ttdef"><b>Definition</b> skybox_and_splitscreen.c:597</div></div>
<div class="ttc" id="askybox__and__splitscreen_8h_html_ab481a35d4548245b2a89ab574f460a14"><div class="ttname"><a href="skybox__and__splitscreen_8h.html#ab481a35d4548245b2a89ab574f460a14">select_framebuffer</a></div><div class="ttdeci">void select_framebuffer(void)</div><div class="ttdef"><b>Definition</b> skybox_and_splitscreen.c:260</div></div>
<div class="ttc" id="askybox__and__splitscreen_8h_html_ab4d59c5fb18fa704f1f4a74d79204e3a"><div class="ttname"><a href="skybox__and__splitscreen_8h.html#ab4d59c5fb18fa704f1f4a74d79204e3a">func_802A40C4</a></div><div class="ttdeci">void func_802A40C4(void)</div><div class="ttdef"><b>Definition</b> skybox_and_splitscreen.c:239</div></div>
<div class="ttc" id="askybox__and__splitscreen_8h_html_ab8435f5b83d0fc118a6bbad43a0a806d"><div class="ttname"><a href="skybox__and__splitscreen_8h.html#ab8435f5b83d0fc118a6bbad43a0a806d">func_802A38AC</a></div><div class="ttdeci">void func_802A38AC(void)</div><div class="ttdef"><b>Definition</b> skybox_and_splitscreen.c:114</div></div>
<div class="ttc" id="askybox__and__splitscreen_8h_html_ab958ecffcba83a570c82e949927ec456"><div class="ttname"><a href="skybox__and__splitscreen_8h.html#ab958ecffcba83a570c82e949927ec456">render_player_one_2p_screen_horizontal</a></div><div class="ttdeci">void render_player_one_2p_screen_horizontal(void)</div><div class="ttdef"><b>Definition</b> skybox_and_splitscreen.c:936</div></div>
<div class="ttc" id="askybox__and__splitscreen_8h_html_acbee56a803ead7946e1c703e7039930a"><div class="ttname"><a href="skybox__and__splitscreen_8h.html#acbee56a803ead7946e1c703e7039930a">func_802A40A4</a></div><div class="ttdeci">void func_802A40A4(void)</div><div class="ttdef"><b>Definition</b> skybox_and_splitscreen.c:235</div></div>
<div class="ttc" id="askybox__and__splitscreen_8h_html_acd06109ac5fe31d2df55f3d58c48bd97"><div class="ttname"><a href="skybox__and__splitscreen_8h.html#acd06109ac5fe31d2df55f3d58c48bd97">render_player_one_3p_4p_screen</a></div><div class="ttdeci">void render_player_one_3p_4p_screen(void)</div><div class="ttdef"><b>Definition</b> skybox_and_splitscreen.c:1051</div></div>
<div class="ttc" id="askybox__and__splitscreen_8h_html_adbeb0599946e6477e4aa0c65e9fea6a8"><div class="ttname"><a href="skybox__and__splitscreen_8h.html#adbeb0599946e6477e4aa0c65e9fea6a8">func_802A5760</a></div><div class="ttdeci">void func_802A5760(void)</div><div class="ttdef"><b>Definition</b> skybox_and_splitscreen.c:722</div></div>
<div class="ttc" id="askybox__and__splitscreen_8h_html_ae2f505de9b25f530a00ecf1e4f146700"><div class="ttname"><a href="skybox__and__splitscreen_8h.html#ae2f505de9b25f530a00ecf1e4f146700">func_802A5590</a></div><div class="ttdeci">void func_802A5590(void)</div><div class="ttdef"><b>Definition</b> skybox_and_splitscreen.c:686</div></div>
<div class="ttc" id="askybox__and__splitscreen_8h_html_ae5b1fa1a2da65aa7564ba67154f0f5f2"><div class="ttname"><a href="skybox__and__splitscreen_8h.html#ae5b1fa1a2da65aa7564ba67154f0f5f2">render_player_two_2p_screen_horizontal</a></div><div class="ttdeci">void render_player_two_2p_screen_horizontal(void)</div><div class="ttdef"><b>Definition</b> skybox_and_splitscreen.c:994</div></div>
<div class="ttc" id="askybox__and__splitscreen_8h_html_af301b54a848553e5cbefdeaecc5dd67b"><div class="ttname"><a href="skybox__and__splitscreen_8h.html#af301b54a848553e5cbefdeaecc5dd67b">init_z_buffer</a></div><div class="ttdeci">void init_z_buffer(void)</div><div class="ttdef"><b>Definition</b> skybox_and_splitscreen.c:197</div></div>
<div class="ttc" id="askybox__and__splitscreen_8h_html_afa708863b8e0cef243129f1f6cd443e3"><div class="ttname"><a href="skybox__and__splitscreen_8h.html#afa708863b8e0cef243129f1f6cd443e3">func_802A7728</a></div><div class="ttdeci">void func_802A7728(void)</div><div class="ttdef"><b>Definition</b> skybox_and_splitscreen.c:1360</div></div>
<div class="ttc" id="astructUnkStruct__800DC5EC_html"><div class="ttname"><a href="structUnkStruct__800DC5EC.html">UnkStruct_800DC5EC</a></div><div class="ttdef"><b>Definition</b> types.h:54</div></div>
<div class="ttc" id="aultratypes_8h_html_a0ce6887c26c1c49ad3be5710dd42bfd6"><div class="ttname"><a href="ultratypes_8h.html#a0ce6887c26c1c49ad3be5710dd42bfd6">s32</a></div><div class="ttdeci">signed int s32</div><div class="ttdef"><b>Definition</b> ultratypes.h:15</div></div>
<div class="ttc" id="aultratypes_8h_html_a5f6906312a689f27d70e9d086649d3fd"><div class="ttname"><a href="ultratypes_8h.html#a5f6906312a689f27d70e9d086649d3fd">f32</a></div><div class="ttdeci">float f32</div><div class="ttdef"><b>Definition</b> ultratypes.h:33</div></div>
<div class="ttc" id="aultratypes_8h_html_aa0b167025ed1eead1300bc4dbdfb230e"><div class="ttname"><a href="ultratypes_8h.html#aa0b167025ed1eead1300bc4dbdfb230e">u16</a></div><div class="ttdeci">unsigned short int u16</div><div class="ttdef"><b>Definition</b> ultratypes.h:14</div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_b624d86e5671d82a613a73eb9566e66f.html">racing</a></li><li class="navelem"><a class="el" href="skybox__and__splitscreen_8h.html">skybox_and_splitscreen.h</a></li>
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.10.0 </li>
</ul>
</div>
</body>
</html>