Console logging is now identical in all builds; warning and error show the console...
[supertux.git] / src / supertux / console.hpp
index 64b6c8d..d81bbf3 100644 (file)
@@ -56,6 +56,7 @@ public:
   void update(float elapsed_time);
 
   void show(); /**< display the console */
+  void open(); /**< open the console for viewing for 6 seconds */
   void hide(); /**< hide the console */
   void toggle(); /**< display the console if hidden, hide otherwise */