created configs

This commit is contained in:
Florian Kinder
2014-02-03 18:13:31 +01:00
parent 1b81f517ac
commit eba4091d93
5 changed files with 275 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#include "CfgServerTrader\TraderCategory.hpp"
class CfgServerTrader {
#include "CfgServerTrader\TraderHero.hpp"
#include "CfgServerTrader\TraderFriendly.hpp"
#include "CfgServerTrader\TraderNeutral.hpp"
#include "CfgServerTrader\TraderBandit.hpp"
};