,hardwareCursorMaxSize("Hardware Cursor Maximum Size",OptionEntryFlags::CantChangeInGame|OptionEntryFlags::RecreateUI|(HardwareCursorSupported()?OptionEntryFlags::None:OptionEntryFlags::Invisible),N_("Hardware Cursor Maximum Size"),N_("Maximum width / height for the hardware cursor. Larger cursors fall back to software."),128,{0,64,128,256,512})
#endif
,limitFPS("FPS Limiter",OptionEntryFlags::None,N_("FPS Limiter"),N_("FPS is limited to avoid high CPU load. Limit considers refresh rate."),true)
,showItemGraphicsInStores("Show Item Graphics in Stores",OptionEntryFlags::None,N_("Show Item Graphics in Stores"),N_("Show item graphics to the left of item descriptions in store menus."),false)
,showFPS("Show FPS",OptionEntryFlags::None,N_("Show FPS"),N_("Displays the FPS in the upper left corner of the screen."),false)
,showHealthValues("Show health values",OptionEntryFlags::None,N_("Show health values"),N_("Displays current / max health value on health globe."),false)
,showManaValues("Show mana values",OptionEntryFlags::None,N_("Show mana values"),N_("Displays current / max mana value on mana globe."),false)
,testBard("Test Bard",OptionEntryFlags::CantChangeInGame,N_("Test Bard"),N_("Force the Bard character type to appear in the hero selection menu."),false)
,testBarbarian("Test Barbarian",OptionEntryFlags::CantChangeInGame,N_("Test Barbarian"),N_("Force the Barbarian character type to appear in the hero selection menu."),false)
,experienceBar("Experience Bar",OptionEntryFlags::None,N_("Experience Bar"),N_("Experience Bar is added to the UI at the bottom of the screen."),false)
,showItemGraphicsInStores("Show Item Graphics in Stores",OptionEntryFlags::None,N_("Show Item Graphics in Stores"),N_("Show item graphics to the left of item descriptions in store menus."),false)
,showHealthValues("Show health values",OptionEntryFlags::None,N_("Show health values"),N_("Displays current / max health value on health globe."),false)
,showManaValues("Show mana values",OptionEntryFlags::None,N_("Show mana values"),N_("Displays current / max mana value on mana globe."),false)
,enemyHealthBar("Enemy Health Bar",OptionEntryFlags::None,N_("Enemy Health Bar"),N_("Enemy Health Bar is displayed at the top of the screen."),false)
,autoGoldPickup("Auto Gold Pickup",OptionEntryFlags::None,N_("Auto Gold Pickup"),N_("Gold is automatically collected when in close proximity to the player."),false)
,autoElixirPickup("Auto Elixir Pickup",OptionEntryFlags::None,N_("Auto Elixir Pickup"),N_("Elixirs are automatically collected when in close proximity to the player."),false)