Files
DayZ-Epoch/SQF/dayz_code/Configs/cfgServerTrader.hpp
Florian Kinder eba4091d93 created configs
2014-02-03 18:13:31 +01:00

8 lines
254 B
C++

#include "CfgServerTrader\TraderCategory.hpp"
class CfgServerTrader {
#include "CfgServerTrader\TraderHero.hpp"
#include "CfgServerTrader\TraderFriendly.hpp"
#include "CfgServerTrader\TraderNeutral.hpp"
#include "CfgServerTrader\TraderBandit.hpp"
};