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/searchdata.js

      1 var indexSectionsWithContent =
      2 {
      3   0: "012_abcdefghijklmnopqrstuvwxyz",
      4   1: "_aijmos",
      5   2: "012abcdefghilmnprstvz",
      6   3: "_abcdefghijlmnpqrstuvwz",
      7   4: "_abcdefhijklnoprstvwxy",
      8   5: "bcdfijlmopstuvw",
      9   6: "_abcdefghijklmnoprstuvwxz",
     10   7: "l",
     11   8: "cefglmrstu"
     12 };
     13 
     14 var indexSectionNames =
     15 {
     16   0: "all",
     17   1: "classes",
     18   2: "files",
     19   3: "functions",
     20   4: "variables",
     21   5: "typedefs",
     22   6: "defines",
     23   7: "groups",
     24   8: "pages"
     25 };
     26 
     27 var indexSectionLabels =
     28 {
     29   0: "All",
     30   1: "Data Structures",
     31   2: "Files",
     32   3: "Functions",
     33   4: "Variables",
     34   5: "Typedefs",
     35   6: "Macros",
     36   7: "Modules",
     37   8: "Pages"
     38 };
     39 

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