From a1dd36ffeef004d6b34559a38c25525e75d9a6b2 Mon Sep 17 00:00:00 2001 From: Mitchell Richters Date: Sat, 2 Jan 2021 09:38:15 +1100 Subject: [PATCH] - Exhumed: Rename `ps_input.h` -> `input.h`. --- source/exhumed/src/2d.cpp | 2 +- source/exhumed/src/cheats.cpp | 2 +- source/exhumed/src/exhumed.cpp | 2 +- source/exhumed/src/gameloop.cpp | 2 +- source/exhumed/src/gun.cpp | 2 +- source/exhumed/src/init.cpp | 2 +- source/exhumed/src/input.cpp | 2 +- source/exhumed/src/{ps_input.h => input.h} | 0 source/exhumed/src/items.cpp | 2 +- source/exhumed/src/menu.cpp | 2 +- source/exhumed/src/osdcmds.cpp | 2 +- source/exhumed/src/player.cpp | 2 +- source/exhumed/src/ra.cpp | 2 +- source/exhumed/src/ramses.cpp | 2 +- source/exhumed/src/snake.cpp | 2 +- 15 files changed, 14 insertions(+), 14 deletions(-) rename source/exhumed/src/{ps_input.h => input.h} (100%) diff --git a/source/exhumed/src/2d.cpp b/source/exhumed/src/2d.cpp index 9c5f80041..72e5259d9 100644 --- a/source/exhumed/src/2d.cpp +++ b/source/exhumed/src/2d.cpp @@ -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" diff --git a/source/exhumed/src/cheats.cpp b/source/exhumed/src/cheats.cpp index 4f7c47296..27f4872c2 100644 --- a/source/exhumed/src/cheats.cpp +++ b/source/exhumed/src/cheats.cpp @@ -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" diff --git a/source/exhumed/src/exhumed.cpp b/source/exhumed/src/exhumed.cpp index 8a80003ce..567bb82a3 100644 --- a/source/exhumed/src/exhumed.cpp +++ b/source/exhumed/src/exhumed.cpp @@ -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" diff --git a/source/exhumed/src/gameloop.cpp b/source/exhumed/src/gameloop.cpp index 53adf3a44..4307b1325 100644 --- a/source/exhumed/src/gameloop.cpp +++ b/source/exhumed/src/gameloop.cpp @@ -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" diff --git a/source/exhumed/src/gun.cpp b/source/exhumed/src/gun.cpp index 5334409fd..8701267bd 100644 --- a/source/exhumed/src/gun.cpp +++ b/source/exhumed/src/gun.cpp @@ -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 #include #include "v_2ddrawer.h" diff --git a/source/exhumed/src/init.cpp b/source/exhumed/src/init.cpp index 3ac310cc4..26fed315d 100644 --- a/source/exhumed/src/init.cpp +++ b/source/exhumed/src/init.cpp @@ -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" diff --git a/source/exhumed/src/input.cpp b/source/exhumed/src/input.cpp index 72213c729..ed39c31b2 100644 --- a/source/exhumed/src/input.cpp +++ b/source/exhumed/src/input.cpp @@ -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" diff --git a/source/exhumed/src/ps_input.h b/source/exhumed/src/input.h similarity index 100% rename from source/exhumed/src/ps_input.h rename to source/exhumed/src/input.h diff --git a/source/exhumed/src/items.cpp b/source/exhumed/src/items.cpp index 528a34ecb..edcd344f6 100644 --- a/source/exhumed/src/items.cpp +++ b/source/exhumed/src/items.cpp @@ -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 diff --git a/source/exhumed/src/menu.cpp b/source/exhumed/src/menu.cpp index ef9f52dc3..f47158246 100644 --- a/source/exhumed/src/menu.cpp +++ b/source/exhumed/src/menu.cpp @@ -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" diff --git a/source/exhumed/src/osdcmds.cpp b/source/exhumed/src/osdcmds.cpp index ac0bca1a5..c049e5564 100644 --- a/source/exhumed/src/osdcmds.cpp +++ b/source/exhumed/src/osdcmds.cpp @@ -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" diff --git a/source/exhumed/src/player.cpp b/source/exhumed/src/player.cpp index 28081a11b..97f44a089 100644 --- a/source/exhumed/src/player.cpp +++ b/source/exhumed/src/player.cpp @@ -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" diff --git a/source/exhumed/src/ra.cpp b/source/exhumed/src/ra.cpp index 8718fbf33..56d299c3a 100644 --- a/source/exhumed/src/ra.cpp +++ b/source/exhumed/src/ra.cpp @@ -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 BEGIN_PS_NS diff --git a/source/exhumed/src/ramses.cpp b/source/exhumed/src/ramses.cpp index 9e8d35398..ecc436893 100644 --- a/source/exhumed/src/ramses.cpp +++ b/source/exhumed/src/ramses.cpp @@ -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 diff --git a/source/exhumed/src/snake.cpp b/source/exhumed/src/snake.cpp index 62d16e16c..ede001f9c 100644 --- a/source/exhumed/src/snake.cpp +++ b/source/exhumed/src/snake.cpp @@ -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 #include