15 lines
267 B
C
15 lines
267 B
C
#ifndef SHO_XPM_H
|
|
#define SHO_XPM_H
|
|
|
|
extern char *celcius_on_xpm[];
|
|
extern char *celcius_off_xpm[];
|
|
|
|
extern char *fahrenheit_on_xpm[];
|
|
extern char *fahrenheit_off_xpm[];
|
|
|
|
extern char *kelvin_on_xpm[];
|
|
extern char *kelvin_off_xpm[];
|
|
|
|
extern char *parts_xpm[];
|
|
|
|
#endif
|