/*** * * Copyright (c) 2016-2019 Marco 'eukara' Hladik. All rights reserved. * * See the file LICENSE attached with the sources for usage details. * ****/ string g_bmp[76] = { "gfx/shell/btns_main.bmp", "gfx/shell/cb_checked.bmp", "gfx/shell/cb_disabled.bmp", "gfx/shell/cb_down.bmp", "gfx/shell/cb_empty.bmp", "gfx/shell/cb_over.bmp", "gfx/shell/cls_d.bmp", "gfx/shell/cls_f.bmp", "gfx/shell/cls_n.bmp", "gfx/shell/dedicate.bmp", "gfx/shell/divider.bmp", "gfx/shell/dnarrowd.bmp", "gfx/shell/dnarrowf.bmp", "gfx/shell/dnarrowp.bmp", "gfx/shell/down.bmp", "gfx/shell/favorite.bmp", "gfx/shell/gamma.bmp", "gfx/shell/head_advanced.bmp", "gfx/shell/head_advoptions.bmp", "gfx/shell/head_audio.bmp", "gfx/shell/head_config.bmp", "gfx/shell/head_controls.bmp", "gfx/shell/head_creategame.bmp", "gfx/shell/head_createroom.bmp", "gfx/shell/head_custom.bmp", "gfx/shell/head_customize.bmp", "gfx/shell/head_filter.bmp", "gfx/shell/head_gameopts.bmp", "gfx/shell/head_gore.bmp", "gfx/shell/head_inetgames.bmp", "gfx/shell/head_keyboard.bmp", "gfx/shell/head_lan.bmp", "gfx/shell/head_load.bmp", "gfx/shell/head_multi.bmp", "gfx/shell/head_newgame.bmp", "gfx/shell/head_readme.bmp", "gfx/shell/head_room.bmp", "gfx/shell/head_rooms.bmp", "gfx/shell/head_save.bmp", "gfx/shell/head_saveload.bmp", "gfx/shell/head_single.bmp", "gfx/shell/head_specgames.bmp", "gfx/shell/head_video.bmp", "gfx/shell/head_vidmodes.bmp", "gfx/shell/head_vidoptions.bmp", "gfx/shell/larrowdefault.bmp", "gfx/shell/larrowflyover.bmp", "gfx/shell/larrowpressed.bmp", "gfx/shell/linux.bmp", "gfx/shell/listen.bmp", "gfx/shell/lock.bmp", "gfx/shell/min_d.bmp", "gfx/shell/min_f.bmp", "gfx/shell/min_n.bmp", "gfx/shell/nonfav.bmp", "gfx/shell/notsecure.bmp", "gfx/shell/pcg.bmp", "gfx/shell/proxy.bmp", "gfx/shell/rarrowdefault.bmp", "gfx/shell/rarrowflyover.bmp", "gfx/shell/rarrowpressed.bmp", "gfx/shell/scrn.bmp", "gfx/shell/secure.bmp", "gfx/shell/slider.bmp", "gfx/shell/sm_dnarf.bmp", "gfx/shell/sm_dnarw.bmp", "gfx/shell/splash8bit.bmp", "gfx/shell/splash.bmp", "gfx/shell/thumb.bmp", "gfx/shell/unlock.bmp", "gfx/shell/uparrowd.bmp", "gfx/shell/uparrowf.bmp", "gfx/shell/uparrowp.bmp", "gfx/shell/up.bmp", "gfx/shell/windows.bmp", "gfx/shell/won_logo.bmp" }; enum { BTNS_MAIN, CB_CHECKED, CB_DISABLED, CB_DOWN, CB_EMPTY, CB_OVER, CLS_D, CLS_F, CLS_N, DEDICATE, DIVIDER, DNARROWD, DNARROWF, DNARROWP, DOWN, FAVORITE, GAMMA, HEAD_ADVANCED, HEAD_ADVOPTIONS, HEAD_AUDIO, HEAD_CONFIG, HEAD_CONTROLS, HEAD_CREATEGAME, HEAD_CREATEROOM, HEAD_CUSTOM, HEAD_CUSTOMIZE, HEAD_FILTER, HEAD_GAMEOPTS, HEAD_GORE, HEAD_INETGAMES, HEAD_KEYBOARD, HEAD_LAN, HEAD_LOAD, HEAD_MULTI, HEAD_NEWGAME, HEAD_README, HEAD_ROOM, HEAD_ROOMS, HEAD_SAVE, HEAD_SAVELOAD, HEAD_SINGLE, HEAD_SPECGAMES, HEAD_VIDEO, HEAD_VIDMODES, HEAD_VIDOPTIONS, LARROWDEFAULT, LARROWFLYOVER, LARROWPRESSED, LINUX, LISTEN, LOCK, MIN_D, MIN_F, MIN_N, NONFAV, NOTSECURE, PCG, PROXY, RARROWDEFAULT, RARROWFLYOVER, RARROWPRESSED, SCRN, SECURE, SLIDER, SM_DNARF, SM_DNARW, SPLASH8BIT, SPLASH, THUMB, UNLOCK, UPARROWD, UPARROWF, UPARROWP, UP, WINDOWS, WON_LOGO };