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:
parent
b2de9e8f45
commit
4efc5bc1f2
10
apps/openmw/mwworld/weather.cpp
Normal file
10
apps/openmw/mwworld/weather.cpp
Normal file
@ -0,0 +1,10 @@
|
||||
#include "weather.hpp"
|
||||
|
||||
#include "../mwrender/renderingmanager.hpp"
|
||||
|
||||
using namespace MWWorld;
|
||||
|
||||
WeatherManager::WeatherManager(MWRender::RenderingManager* rendering)
|
||||
{
|
||||
mRendering = rendering;
|
||||
}
|
Loading…
Reference in New Issue
Block a user