aboutsummaryrefslogtreecommitdiffstats
path: root/libcmap_script_list.c
blob: b6920735bd2398be391823d3e52037e9f7bf2e38 (plain) (blame)
1
2
3
4
5
6
7
8
/* See LICENSE file for copyright and license details. */
#include "libcmap.h"


#include "Scripts.txt.c"

const struct libcmap_script *const libcmap_script_list = list;
const size_t libcmap_script_list_size = sizeof(list) / sizeof(*list);