summaryrefslogtreecommitdiff
path: root/src/game-server/thing.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/thing.hpp')
-rw-r--r--src/game-server/thing.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game-server/thing.hpp b/src/game-server/thing.hpp
index 33ffa908..be8919ab 100644
--- a/src/game-server/thing.hpp
+++ b/src/game-server/thing.hpp
@@ -18,8 +18,8 @@
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _TMWSERV_THING_H_
-#define _TMWSERV_THING_H_
+#ifndef THING_H
+#define THING_H
#include <set>
@@ -133,4 +133,4 @@ class Thing
ThingType mType; /**< Type of this thing. */
};
-#endif // _TMWSERV_THING_H_
+#endif // THING_H