Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-02-09 23:06:00 +0000
committerStijn Buys <ingar@osirion.org>2008-02-09 23:06:00 +0000
commit31959bc355c471c573828bf63932850e46c4b5bc (patch)
treecc473901e88926e36c89775a7fc97a51da948498 /src/core/commandbuffer.h
parentd281384f727583b39b8e97ffea58b278ecc8dd47 (diff)
more entities
Diffstat (limited to 'src/core/commandbuffer.h')
-rw-r--r--src/core/commandbuffer.h10
1 files changed, 6 insertions, 4 deletions
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 <sstream>
-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();