CAO/SAO: Nicer velocity-controlled, interpolated rotation property:
[oweals/minetest.git] / src / terminal_chat_console.h
index 8f6abe29524766a7e480d33c9f00172e91ca214b..eae7c6b22db5fecfa142561f1ce0efad51ddd0fa 100644 (file)
@@ -17,16 +17,17 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
-#ifndef TERMINAL_CHAT_CONSOLE_H
-#define TERMINAL_CHAT_CONSOLE_H
+#pragma once
 
 #include "chat.h"
 #include "threading/thread.h"
-#include "chat_interface.h"
+#include "util/container.h"
 #include "log.h"
-
 #include <sstream>
 
+
+struct ChatInterface;
+
 class TermLogOutput : public ILogOutput {
 public:
 
@@ -121,5 +122,3 @@ private:
 };
 
 extern TerminalChatConsole g_term_console;
-
-#endif