change slashes

This commit is contained in:
ineed bots 2022-03-17 18:05:29 -06:00
parent cfbcad9711
commit adec79497b
2 changed files with 6 additions and 6 deletions

View File

@ -5,12 +5,12 @@
The entry point and manager of the bots. The entry point and manager of the bots.
*/ */
#include maps/mp/gametypes/_globallogic_utils; #include maps\mp\gametypes\_globallogic_utils;
#include maps/mp/bots/_bot_combat; #include maps\mp\bots\_bot_combat;
#include maps/mp/bots/_bot; #include maps\mp\bots\_bot;
#include maps/mp/gametypes/_gameobjects; #include maps\mp\gametypes\_gameobjects;
#include maps/mp/_utility; #include maps\mp\_utility;
#include common_scripts/utility; #include common_scripts\utility;
/* /*
Entry point to the bots Entry point to the bots