mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-23 20:00:45 -04: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…
x
Reference in New Issue
Block a user