diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-17 19:00:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-17 19:00:09 +0300 |
commit | 7dfca4e04aba1a8c885b355e5fefb937e568435f (patch) | |
tree | d37928a2251c150c8481f571b0f26c92250867b3 /src/render/graphicsdef.hpp | |
parent | b1ca78834ca5f2fcc9d78d9eb9b22abf20392ffa (diff) | |
download | plus-7dfca4e04aba1a8c885b355e5fefb937e568435f.tar.gz plus-7dfca4e04aba1a8c885b355e5fefb937e568435f.tar.bz2 plus-7dfca4e04aba1a8c885b355e5fefb937e568435f.tar.xz plus-7dfca4e04aba1a8c885b355e5fefb937e568435f.zip |
Add some includes guards. Fix compilation for windows.
Diffstat (limited to 'src/render/graphicsdef.hpp')
-rw-r--r-- | src/render/graphicsdef.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/render/graphicsdef.hpp b/src/render/graphicsdef.hpp index 7e2b349e2..79a971578 100644 --- a/src/render/graphicsdef.hpp +++ b/src/render/graphicsdef.hpp @@ -20,6 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#define RENDER_GRAPHICSDEF_HPP + public: /** * Draws a rectangle using images. 4 corner images, 4 side images and 1 |