#pragma once #include "RE/B/BSSimpleList.h" namespace RE { class WeatherEntry; class TESWeatherList : public BSSimpleList { public: }; static_assert(sizeof(TESWeatherList) == 0x10); }