From 95ca0e469ef856c0182bb0da411e4417391e3780 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 5 Feb 2008 00:10:02 +0000 Subject: renamed client and server application objects cleaned up namespaces --- src/client/input.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/client/input.h') diff --git a/src/client/input.h b/src/client/input.h index 2fc3580..7b5f61a 100644 --- a/src/client/input.h +++ b/src/client/input.h @@ -1,4 +1,4 @@ -/* 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 */ @@ -6,18 +6,18 @@ #ifndef __INCLUDED_INPUT_H__ #define __INCLUDED_INPUT_H__ -#include - namespace client { namespace input { /// initialize the input subsystem -extern void init(); +void init(); + /// shutdown the input subsystem -extern void shutdown(); +void shutdown(); + /// handle one frame of input events -extern void frame(float seconds); +void frame(float seconds); } // namespace input -- cgit v1.2.3