mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2025-05-31 09:01:09 +00:00
Fix all whitespace errors
Excluding 3rd party files.
This commit is contained in:
parent
eac3112d2d
commit
c7c187e4dc
424 changed files with 5695 additions and 5729 deletions
|
@ -2,7 +2,7 @@
|
|||
===========================================================================
|
||||
|
||||
Doom 3 GPL Source Code
|
||||
Copyright (C) 1999-2011 id Software LLC, a ZeniMax Media company.
|
||||
Copyright (C) 1999-2011 id Software LLC, a ZeniMax Media company.
|
||||
|
||||
This file is part of the Doom 3 GPL Source Code ("Doom 3 Source Code").
|
||||
|
||||
|
@ -201,7 +201,7 @@ public:
|
|||
virtual const char * KeysFromBinding( const char *bind ) = 0;
|
||||
|
||||
// Returns the binding bound to the key
|
||||
virtual const char * BindingFromKey( const char *key ) = 0;
|
||||
virtual const char * BindingFromKey( const char *key ) = 0;
|
||||
|
||||
// Directly sample a button.
|
||||
virtual int ButtonState( int key ) = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue