This commit is contained in:
INeedBots 2020-12-04 00:29:50 -06:00
parent 8c1bb18f2d
commit d9b2cca7f5
2 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,10 @@
/*
_menu
Author: INeedGames
Date: 09/26/2020
The ingame menu.
*/
#include common_scripts\utility; #include common_scripts\utility;
#include maps\mp\_utility; #include maps\mp\_utility;
#include maps\mp\gametypes\_hud_util; #include maps\mp\gametypes\_hud_util;

View File

@ -1,3 +1,10 @@
/*
_wp_editor
Author: INeedGames
Date: 09/26/2020
The ingame waypoint editor. Designed to be ran on the client (not the server)
*/
#include common_scripts\utility; #include common_scripts\utility;
#include maps\mp\_utility; #include maps\mp\_utility;
#include maps\mp\gametypes\_hud_util; #include maps\mp\gametypes\_hud_util;