Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/game/interfaces/StarChattyEntity.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/game/interfaces/StarChattyEntity.hpp')
-rw-r--r--source/game/interfaces/StarChattyEntity.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/interfaces/StarChattyEntity.hpp b/source/game/interfaces/StarChattyEntity.hpp
index cd6ac8a..6278a62 100644
--- a/source/game/interfaces/StarChattyEntity.hpp
+++ b/source/game/interfaces/StarChattyEntity.hpp
@@ -1,5 +1,4 @@
-#ifndef STAR_CHATTY_ENTITY_HPP
-#define STAR_CHATTY_ENTITY_HPP
+#pragma once
#include "StarChatAction.hpp"
#include "StarEntity.hpp"
@@ -16,5 +15,3 @@ public:
};
}
-
-#endif