From 31959bc355c471c573828bf63932850e46c4b5bc Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 9 Feb 2008 23:06:00 +0000 Subject: more entities --- src/core/commandbuffer.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/core/commandbuffer.h') diff --git a/src/core/commandbuffer.h b/src/core/commandbuffer.h index 6f5b324..22f53d2 100644 --- a/src/core/commandbuffer.h +++ b/src/core/commandbuffer.h @@ -1,7 +1,7 @@ /* core/commandbuffer.h - This file is part of the Osirion project and is distributed under - the terms of the GNU General Public License version 2 + This file is part of the Osirion project and is distributed under + the terms of the GNU General Public License version 2 */ #ifndef __INCLUDED_COMMANDBUFFER_H__ @@ -13,12 +13,14 @@ // C++ headers #include -namespace core { +namespace core +{ /// global buffer to hold the command stream extern std::stringstream cmd; -namespace commandbuffer { +namespace commandbuffer +{ /// execute the commands in the buffer void execute(); -- cgit v1.2.3