1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-25 06:35:30 +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>