mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 20:41:20 +00:00
odd, must have forgotten to test this lot
This commit is contained in:
parent
d328e18de2
commit
118e982edd
3 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#include "cvar.h"
|
||||
#include "key.h"
|
||||
#include "InputLine.h"
|
||||
#include "Rect.h"
|
||||
#include "controls_o.h"
|
||||
#include "options_util.h"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue