Die Input-Header in ein eigenes Verzeichnis

This commit is contained in:
Yamagi Burmeister 2010-06-19 19:18:14 +00:00
parent 9c8a60bba6
commit b73a9c782c
5 changed files with 4 additions and 5 deletions

View file

@ -38,9 +38,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "vid.h"
#include "screen.h"
#include "../sound/header/sound.h"
#include "../input/input.h"
#include "../input/keys.h"
#include "../input/header/input.h"
#include "../input/header/keyboard.h"
#include "../console/console.h"
#include "../sound/header/cdaudio.h"
#include "../sound/header/sound.h"

View file

@ -20,7 +20,7 @@
#include "../../refresh/header/local.h"
#include "../../client/input/keys.h"
#include "../../client/input/header/keyboard.h"
#include "../posix.h"
static qboolean mlooking;

View file

@ -29,7 +29,7 @@
#include "../refresh/header/local.h"
#include "../posix/refresh/glwindow.h"
#include "../client/input/keys.h"
#include "../client/input/header/keyboard.h"
#include "../posix/posix.h"
/*****************************************************************************/