1
0
Fork 1
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:
slothlife 2014-03-21 01:22:54 -05:00
parent 6eab9c5179
commit 00eac7d53a

View file

@ -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>