Files
Commonwealth-Online-Public/plugin/lib/commonlibf4/include/RE/T/TESWeatherList.h
T
2026-05-30 18:33:24 +12:00

16 lines
210 B
C++

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