odd, must have forgotten to test this lot

This commit is contained in:
Bill Currie 2002-08-20 22:29:04 +00:00
parent d328e18de2
commit 118e982edd
3 changed files with 3 additions and 0 deletions

View file

@ -4,6 +4,7 @@
#include "draw.h"
#include "key.h"
#include "InputLine.h"
#include "Rect.h"
#include "string.h"
#include "../include/string.h"
#include "math.h"

View file

@ -34,6 +34,7 @@
#include "cvar.h"
#include "key.h"
#include "InputLine.h"
#include "Rect.h"
#include "controls_o.h"
#include "options_util.h"

View file

@ -1,6 +1,7 @@
#include "menu.h"
#include "draw.h"
#include "InputLine.h"
#include "Rect.h"
#include "options_util.h"
#include "controls_o.h"
#include "client_menu.h"