Add missing include guard

This commit is contained in:
scrawl 2014-08-10 16:56:54 +02:00
parent fc0465eeb0
commit 399fa90ef1

View file

@ -1,3 +1,6 @@
#ifndef OPENMW_MWGUI_SCREENFADER_H
#define OPENMW_MWGUI_SCREENFADER_H
#include "windowbase.hpp" #include "windowbase.hpp"
namespace MWGui namespace MWGui
@ -37,3 +40,5 @@ namespace MWGui
}; };
} }
#endif