#ifndef MUTATOR_H #define MUTATOR_H #include #include "../cl_client.qh" #include "../cl_player.qh" #include "../cl_impulse.qh" #include "../cheats.qh" #include "../g_damage.qh" #include "../round_handler.qh" #include "../scores.qh" #include "../scores_rules.qh" #include "../bot/bot.qh" #include "../bot/navigation.qh" #include "../bot/waypoints.qh" #include "../bot/havocbot/havocbot.qh" #include "../bot/havocbot/roles.qh" #include "../command/vote.qh" #include "../command/common.qh" #include "../weapons/common.qh" #include "../weapons/tracing.qh" #include "../weapons/throwing.qh" #include "../weapons/weaponsystem.qh" #include #include #include #include #include #include #include #include #include #include #endif