1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-01 01:45:34 +00:00

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"
namespace MWGui
@ -37,3 +40,5 @@ namespace MWGui
};
}
#endif