blob: d8ff614bd0874891e1516aa128addf8a7a9f742c [file] [log] [blame]
Masahiro Yamada3b541978562018-12-21 17:33:07 +09001/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
4 */
5
6#ifndef IMAGES_H
7#define IMAGES_H
8
9#ifdef __cplusplus
10extern "C" {
11#endif
12
13extern const char *xpm_load[];
14extern const char *xpm_save[];
15extern const char *xpm_back[];
16extern const char *xpm_tree_view[];
17extern const char *xpm_single_view[];
18extern const char *xpm_split_view[];
19extern const char *xpm_symbol_no[];
20extern const char *xpm_symbol_mod[];
21extern const char *xpm_symbol_yes[];
22extern const char *xpm_choice_no[];
23extern const char *xpm_choice_yes[];
24extern const char *xpm_menu[];
25extern const char *xpm_menu_inv[];
26extern const char *xpm_menuback[];
27extern const char *xpm_void[];
28
29#ifdef __cplusplus
30}
31#endif
32
33#endif /* IMAGES_H */