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

summaryrefslogtreecommitdiff
path: root/source/game/StarDrawable.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/game/StarDrawable.hpp')
-rw-r--r--source/game/StarDrawable.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarDrawable.hpp b/source/game/StarDrawable.hpp
index 08dca1d..b63e7c4 100644
--- a/source/game/StarDrawable.hpp
+++ b/source/game/StarDrawable.hpp
@@ -1,5 +1,4 @@
-#ifndef STAR_DRAWABLE_HPP
-#define STAR_DRAWABLE_HPP
+#pragma once
#include "StarString.hpp"
#include "StarDataStream.hpp"
@@ -186,5 +185,3 @@ inline Drawable::ImagePart const& Drawable::imagePart() const {
}
}
-
-#endif