git.y1.nz

gbdk-2020

GameBoy Development Kit
download: https://git.y1.nz/archives/gbdk.tar.gz
README | Files | Log | Refs | LICENSE

docs/api/search/all_3.html

      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
      2 <html xmlns="http://www.w3.org/1999/xhtml">
      3 <head><title></title>
      4 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
      5 <meta name="generator" content="Doxygen 1.9.2"/>
      6 <link rel="stylesheet" type="text/css" href="search.css"/>
      7 <script type="text/javascript" src="all_3.js"></script>
      8 <script type="text/javascript" src="search.js"></script>
      9 </head>
     10 <body class="SRPage">
     11 <div id="SRIndex">
     12 <div class="SRStatus" id="Loading">Loading...</div>
     13 <div id="SRResults"></div>
     14 <script type="text/javascript">
     15 /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
     16 createResults();
     17 /* @license-end */
     18 </script>
     19 <div class="SRStatus" id="Searching">Searching...</div>
     20 <div class="SRStatus" id="NoMatches">No Matches</div>
     21 <script type="text/javascript">
     22 /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
     23 document.getElementById("Loading").style.display="none";
     24 document.getElementById("NoMatches").style.display="none";
     25 var searchResults = new SearchResults("searchResults");
     26 searchResults.Search();
     27 window.addEventListener("message", function(event) {
     28   if (event.data == "take_focus") {
     29     var elem = searchResults.NavNext(0);
     30     if (elem) elem.focus();
     31   }
     32 });
     33 /* @license-end */
     34 </script>
     35 </div>
     36 </body>
     37 </html>

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.