]> git.lizzy.rs Git - minetest.git/blobdiff - src/terminal_chat_console.h
Fix CAO light calculation issue
[minetest.git] / src / terminal_chat_console.h
index b656f887272dd43950f59aa7d5b193663f53d56b..eae7c6b22db5fecfa142561f1ce0efad51ddd0fa 100644 (file)
@@ -17,8 +17,7 @@ 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"
@@ -123,5 +122,3 @@ class TerminalChatConsole : public Thread {
 };
 
 extern TerminalChatConsole g_term_console;
-
-#endif