mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-12-28 15:15:42 +01:00
775dc8a9c0
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4 8ced0084-cf51-0410-be5f-012b33b47a6e
21 lines
384 B
C
21 lines
384 B
C
/* XPM */
|
|
static char * htmoptns_xpm[] = {
|
|
"16 15 2 1",
|
|
" c None",
|
|
". c #000000",
|
|
" ",
|
|
" .. ",
|
|
" ... ",
|
|
" .... ",
|
|
" . ... ",
|
|
" .. ... ",
|
|
" . .. ",
|
|
" .. ... ",
|
|
" . .. ",
|
|
" ......... ",
|
|
" .. ... ",
|
|
" . ... ",
|
|
" .. ... ",
|
|
" .... ....... ",
|
|
" "};
|