mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-27 09:20:51 +00:00
- Exhumed: Rename ps_input.h
-> input.h
.
This commit is contained in:
parent
37d13e3ea3
commit
a1dd36ffee
15 changed files with 14 additions and 14 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue