mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 09:54:10 +03:00
Remove global args from Input.cpp
This removes all global args from functions in Input.cpp. Additionally, 'dwgfx' has been renamed to 'graphics' in Input.cpp.
This commit is contained in:
@@ -9,22 +9,16 @@
|
||||
#include "Music.h"
|
||||
#include "Map.h"
|
||||
|
||||
void titleinput(KeyPoll& key, Graphics& dwgfx, mapclass& map, Game& game,
|
||||
entityclass& obj, UtilityClass& help, musicclass& music);
|
||||
void titleinput();
|
||||
|
||||
void gameinput(KeyPoll& key, Graphics& dwgfx, Game& game, mapclass& map,
|
||||
entityclass& obj, UtilityClass& help, musicclass& music);
|
||||
void gameinput();
|
||||
|
||||
void mapinput(KeyPoll& key, Graphics& dwgfx, Game& game, mapclass& map,
|
||||
entityclass& obj, UtilityClass& help, musicclass& music);
|
||||
void mapinput();
|
||||
|
||||
void teleporterinput(KeyPoll& key, Graphics& dwgfx, Game& game, mapclass& map,
|
||||
entityclass& obj, UtilityClass& help, musicclass& music);
|
||||
void teleporterinput();
|
||||
|
||||
void gamecompleteinput(KeyPoll& key, Graphics& dwgfx, Game& game, mapclass& map,
|
||||
entityclass& obj, UtilityClass& help, musicclass& music);
|
||||
void gamecompleteinput();
|
||||
|
||||
void gamecompleteinput2(KeyPoll& key, Graphics& dwgfx, Game& game, mapclass& map,
|
||||
entityclass& obj, UtilityClass& help, musicclass& music);
|
||||
void gamecompleteinput2();
|
||||
|
||||
#endif /* INPUT_H */
|
||||
|
||||
Reference in New Issue
Block a user