cscg22-gearboy

CSCG 2022 Challenge 'Gearboy'
git clone https://git.sinitax.com/sinitax/cscg22-gearboy
Log | Files | Refs | sfeed.txt

searchdata.js (615B)


      1var indexSectionsWithContent =
      2{
      3  0: "012_abcdefghijklmnopqrstuvwxyz",
      4  1: "_aijmos",
      5  2: "012abcdefghilmprstv",
      6  3: "_abcdefghijlmnpqrstuvw",
      7  4: "_abcdefhijklnoprstvwxy",
      8  5: "bcdfijlmopstuvw",
      9  6: "_abcdefghijklmnoprstuvwxz",
     10  7: "l",
     11  8: "cefglmrstu"
     12};
     13
     14var 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
     27var 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