1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-02 02:53:32 +02:00
VVVVVV/desktop_version/src/Input.h
Misa a1fd4c6f02 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.
2020-04-03 10:40:50 -04:00

25 lines
335 B
C

#ifndef INPUT_H
#define INPUT_H
#include "KeyPoll.h"
#include "Graphics.h"
#include "Game.h"
#include "Entity.h"
#include "UtilityClass.h"
#include "Music.h"
#include "Map.h"
void titleinput();
void gameinput();
void mapinput();
void teleporterinput();
void gamecompleteinput();
void gamecompleteinput2();
#endif /* INPUT_H */