Epoch/Sources/epoch_config/Configs/CfgEpochConfiguration.hpp
2015-12-07 10:24:52 -06:00

34 lines
787 B
C++

/*
Author: Raimonds Virtoss - EpochMod.com
Contributors:
Description:
Config for Epoch Configuration system
Licence:
Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike
Github:
https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_config/Configs/CfgEpochConfiguration.hpp
*/
class CfgEpochConfiguration
{
/** class order here decides order of buttons on gui **/
class remap
{
name = "Controls";
color[] = {1,1,1,1};
icon = "\x\addons\a3_epoch_code\Data\owner.paa";
controlGroup = "EpochConfigKeyMap";
};
class html
{
name = "Changelog";
color[] = {1,1,1,1};
icon = "\x\addons\a3_epoch_code\Data\owner.paa";
controlGroup = "Epoch_main_config_changelog";
};
};