From 834c9c0c4efef1cb3860718e374cc7cc23b61985 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 24 May 2008 12:04:59 +0000 Subject: Help --- src/core/commandbuffer.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/commandbuffer.h') 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; -- cgit v1.2.3