From 1ed2e8eb1f1909a35f6fc8d5d6065bcac37c27ea Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 5 Feb 2008 22:23:15 +0000 Subject: keyboard handling, cvar fixes --- src/client/input.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/client/input.h') diff --git a/src/client/input.h b/src/client/input.h index 7b5f61a..8ab6c7d 100644 --- a/src/client/input.h +++ b/src/client/input.h @@ -1,10 +1,11 @@ -/* client/input.h +/* + client/input.h This file is part of the Osirion project and is distributed under the terms and conditions of the GNU General Public License version 2 */ -#ifndef __INCLUDED_INPUT_H__ -#define __INCLUDED_INPUT_H__ +#ifndef __INCLUDED_cLIENT_INPUT_H__ +#define __INCLUDED_cLIENT_INPUT_H__ namespace client { @@ -23,5 +24,5 @@ void frame(float seconds); } // namespace client -#endif // __INCLUDED_INPUT_H__ +#endif // __INCLUDED_cLIENT_INPUT_H__ -- cgit v1.2.3