mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 06:55:54 -04:00
Add missing include guard
This commit is contained in:
parent
fc0465eeb0
commit
399fa90ef1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user