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-05-24 12:04:59 +0000
committerStijn Buys <ingar@osirion.org>2008-05-24 12:04:59 +0000
commit834c9c0c4efef1cb3860718e374cc7cc23b61985 (patch)
tree5d779ac197ffc94631b4db365d5f786be61326ea /src/core/commandbuffer.h
parenta010f94390422eefa366a5f390c1f9e3ccc66fd5 (diff)
Help
Diffstat (limited to 'src/core/commandbuffer.h')
-rw-r--r--src/core/commandbuffer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/commandbuffer.h b/src/core/commandbuffer.h
index 7b26211..9cd919b 100644
--- a/src/core/commandbuffer.h
+++ b/src/core/commandbuffer.h
@@ -31,6 +31,9 @@ public:
/// execute commands from a file
static void exec_file(std::string const & filename);
+ /// print messages from a file
+ static void print_file(std::string const & filename);
+
/// global buffer to hold the command stream
static std::stringstream cmd;