mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 16:50:48 +00:00
Configure.in: minor changes.
include/* -- #defines so that you can #include them more than once.
This commit is contained in:
parent
686c0b5178
commit
7647fdd484
26 changed files with 109 additions and 62 deletions
|
@ -18,6 +18,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
|
||||
*/
|
||||
|
||||
#ifndef _KEYS_H
|
||||
#define _KEYS_H
|
||||
//
|
||||
// these are the key numbers that should be passed to Key_Event
|
||||
//
|
||||
|
@ -167,3 +169,4 @@ void Key_WriteBindings (FILE *f);
|
|||
void Key_SetBinding (int keynum, char *binding);
|
||||
void Key_ClearStates (void);
|
||||
|
||||
#endif // _KEYS_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue