- Exhumed: Rename ps_input.h -> input.h.

This commit is contained in:
Mitchell Richters 2021-01-02 09:38:15 +11:00
parent 37d13e3ea3
commit a1dd36ffee
15 changed files with 14 additions and 14 deletions

View file

@ -25,7 +25,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "status.h"
#include "sound.h"
#include "names.h"
#include "ps_input.h"
#include "input.h"
#include "view.h"
#include "raze_sound.h"
#include "v_2ddrawer.h"

View file

@ -23,7 +23,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "sequence.h"
#include "names.h"
#include "player.h"
#include "ps_input.h"
#include "input.h"
#include "sound.h"
#include "view.h"
#include "status.h"

View file

@ -22,7 +22,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "sequence.h"
#include "names.h"
#include "player.h"
#include "ps_input.h"
#include "input.h"
#include "sound.h"
#include "view.h"
#include "status.h"

View file

@ -22,7 +22,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "sequence.h"
#include "names.h"
#include "player.h"
#include "ps_input.h"
#include "input.h"
#include "sound.h"
#include "view.h"
#include "status.h"

View file

@ -23,7 +23,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "view.h"
#include "status.h"
#include "sound.h"
#include "ps_input.h"
#include "input.h"
#include <string.h>
#include <assert.h>
#include "v_2ddrawer.h"

View file

@ -24,7 +24,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "engine.h"
#include "sound.h"
#include "exhumed.h"
#include "ps_input.h"
#include "input.h"
#include "mapinfo.h"
#include "gamecontrol.h"
#include "v_video.h"

View file

@ -16,7 +16,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
//-------------------------------------------------------------------------
#include "ns.h"
#include "ps_input.h"
#include "input.h"
#include "exhumed.h"
#include "player.h"
#include "status.h"

View file

@ -22,7 +22,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "sound.h"
#include "status.h"
#include "engine.h"
#include "ps_input.h"
#include "input.h"
#include "mapinfo.h"
BEGIN_PS_NS

View file

@ -28,7 +28,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "status.h"
#include "sound.h"
#include "names.h"
#include "ps_input.h"
#include "input.h"
#include "view.h"
#include "raze_sound.h"
#include "v_2ddrawer.h"

View file

@ -27,7 +27,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "view.h"
#include "mapinfo.h"
#include "aistuff.h"
#include "ps_input.h"
#include "input.h"
#include "cheathandler.h"
#include "gamestate.h"
#include "mmulti.h"

View file

@ -24,7 +24,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "engine.h"
#include "sequence.h"
#include "view.h"
#include "ps_input.h"
#include "input.h"
#include "status.h"
#include "sound.h"
#include "sound.h"

View file

@ -21,7 +21,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "exhumed.h"
#include "player.h"
#include "sequence.h"
#include "ps_input.h"
#include "input.h"
#include <string.h>
BEGIN_PS_NS

View file

@ -25,7 +25,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "aistuff.h"
#include "player.h"
#include "mapinfo.h"
#include "ps_input.h"
#include "input.h"
BEGIN_PS_NS

View file

@ -22,7 +22,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "status.h"
#include "player.h"
#include "sequence.h"
#include "ps_input.h"
#include "input.h"
#include "sound.h"
#include <string.h>
#include <assert.h>