1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-11 00:39:59 +00:00

forgot to add file

This commit is contained in:
scrawl 2012-02-21 22:56:34 +01:00
parent b2de9e8f45
commit 4efc5bc1f2

View File

@ -0,0 +1,10 @@
#include "weather.hpp"
#include "../mwrender/renderingmanager.hpp"
using namespace MWWorld;
WeatherManager::WeatherManager(MWRender::RenderingManager* rendering)
{
mRendering = rendering;
}