1
0
forked from mirrors/0ad

Removes joystick from camera controller.

Differential Revision: https://code.wildfiregames.com/D3700
This was SVN commit r25070.
This commit is contained in:
vladislavbelov
2021-03-17 16:28:48 +00:00
parent 8cdfc107b7
commit ae07dcb4ff
4 changed files with 2 additions and 46 deletions
+1 -2
View File
@@ -1,4 +1,4 @@
/* Copyright (C) 2020 Wildfire Games.
/* Copyright (C) 2021 Wildfire Games.
* This file is part of 0 A.D.
*
* 0 A.D. is free software: you can redistribute it and/or modify
@@ -47,7 +47,6 @@
#include "ps/Game.h"
#include "ps/Globals.h"
#include "ps/Hotkey.h"
#include "ps/Joystick.h"
#include "ps/Loader.h"
#include "ps/LoaderThunks.h"
#include "ps/Profile.h"