mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-24 10:40:46 +00:00
- removed redundant keyboard.h header
This commit is contained in:
parent
afb1d7b885
commit
e63ca0f471
3 changed files with 2 additions and 4 deletions
|
@ -35,7 +35,5 @@ Modifications for JonoF's port by Jonathon Fowler (jf@jonof.id.au)
|
|||
#include "inputstate.h"
|
||||
#include "c_bind.h"
|
||||
|
||||
const char * KB_ScanCodeToString( int scancode ); // convert scancode into a string
|
||||
int KB_StringToScanCode( const char * string ); // convert a string into a scancode
|
||||
|
||||
#endif
|
||||
|
|
|
@ -25,7 +25,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|||
#include "menu.h"
|
||||
#include "names.h"
|
||||
#include "engine.h"
|
||||
#include "keyboard.h"
|
||||
#include "c_bind.h"
|
||||
#include "status.h"
|
||||
#include "random.h"
|
||||
#include "sound.h"
|
||||
|
|
|
@ -25,7 +25,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|||
#include <cstring>
|
||||
#include "baselayer.h"
|
||||
#include "typedefs.h"
|
||||
#include "keyboard.h"
|
||||
#include "c_bind.h"
|
||||
#include "sound.h"
|
||||
#include "v_2ddrawer.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue