aboutsummaryrefslogtreecommitdiff
path: root/src/thornlist.cc
blob: 595d7094e62e537e7cd3106249df87ac867ba2c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#include "thornlist.hh"

namespace Formaline
{
  
  namespace ThornList
  {
    
    // This header file is automatically generated by the flesh.
    // It defines
    //    static char const * const thorn_name[];
    //    static int const nthorns;
#include "thornlist.h"
    
    char const * const *
    ThornNames ()
    {
      return thorn_name;
    }
    
    int
    NumThorns ()
    {
      return nthorns;
    }
    
  } // namespace ThornList
  
} // namespace Formaline