MythTV master
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
7using genre_table_array = std::array<const std::string,148>;
9
10#endif /* GENRES_H */
std::array< const std::string, 148 > genre_table_array
Definition: genres.h:7
const genre_table_array genre_table
Definition: genres.cpp:4