summaryrefslogtreecommitdiffstats
path: root/test/cbot/CBot_console/CBotConsole.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/cbot/CBot_console/CBotConsole.h')
-rw-r--r--test/cbot/CBot_console/CBotConsole.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/cbot/CBot_console/CBotConsole.h b/test/cbot/CBot_console/CBotConsole.h
index a155399..ac87911 100644
--- a/test/cbot/CBot_console/CBotConsole.h
+++ b/test/cbot/CBot_console/CBotConsole.h
@@ -5,8 +5,8 @@
* Author: michal
*/
-#ifndef CBOTCONSOLE_H_
-#define CBOTCONSOLE_H_
+#pragma once
+
#include "CClass.h"
struct ThreadInfo
@@ -41,4 +41,3 @@ public:
long EndProg() ;
};
-#endif /* CBOTCONSOLE_H_ */