From 1f95c377b2abfaa454b1f2298af10956d95ad941 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 13 Feb 2008 00:40:59 +0000 Subject: split client from game module --- src/client/input.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/client/input.h') diff --git a/src/client/input.h b/src/client/input.h index 8ab6c7d..daca0d6 100644 --- a/src/client/input.h +++ b/src/client/input.h @@ -7,9 +7,11 @@ #ifndef __INCLUDED_cLIENT_INPUT_H__ #define __INCLUDED_cLIENT_INPUT_H__ -namespace client { +namespace client +{ -namespace input { +namespace input +{ /// initialize the input subsystem void init(); -- cgit v1.2.3