mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 21:49:55 +00:00
Fixed header include guard to match filename
This commit is contained in:
parent
6eab9c5179
commit
00eac7d53a
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
#ifndef OPENMW_ESM_WEATHER_H
|
||||
#define OPENMW_ESM_WEATHER_H
|
||||
#ifndef OPENMW_ESM_WEATHERSTATE_H
|
||||
#define OPENMW_ESM_WEATHERSTATE_H
|
||||
|
||||
#include <string>
|
||||
|
||||
|
|
Loading…
Reference in a new issue