src/squirrel.hpp
branchnoai
changeset 9576 d650eb70a8d0
parent 9539 7416d0694d3a
child 9588 01b2435c977b
--- a/src/squirrel.hpp	Wed Apr 11 14:18:10 2007 +0000
+++ b/src/squirrel.hpp	Wed Apr 11 16:48:42 2007 +0000
@@ -30,6 +30,11 @@
 	 */
 	static void PrintFunc(HSQUIRRELVM vm, const SQChar *s, ...);
 
+	/**
+	 * If an error has to be print, this function is called.
+	 */
+	static void ErrorPrintFunc(HSQUIRRELVM vm, const SQChar *s, ...);
+
 public:
 	Squirrel();
 	~Squirrel();