MythTV
master
mythplugins
mythmusic
mythmusic
genres.h
Go to the documentation of this file.
1
#ifndef GENRES_H
2
#define GENRES_H
3
4
#include <array>
5
#include <string>
6
7
using
genre_table_array
= std::array<const std::string,148>;
8
extern
const
genre_table_array
genre_table
;
9
10
#endif
/* GENRES_H */
genre_table
const genre_table_array genre_table
Definition:
genres.cpp:4
genre_table_array
std::array< const std::string, 148 > genre_table_array
Definition:
genres.h:7
Generated on Mon Nov 25 2024 03:16:00 for MythTV by
1.8.17