mirror of
https://github.com/OpenMW/openmw.git
synced 2026-01-12 11:40:57 +00:00
13 lines
No EOL
266 B
C++
13 lines
No EOL
266 B
C++
|
|
#include "refidadapter.hpp"
|
|
|
|
#include "cassert"
|
|
#include <QVariant>
|
|
|
|
CSMWorld::RefIdAdapter::RefIdAdapter() {}
|
|
|
|
CSMWorld::RefIdAdapter::~RefIdAdapter() {}
|
|
|
|
CSMWorld::NestedRefIdAdapter::NestedRefIdAdapter() {}
|
|
|
|
CSMWorld::NestedRefIdAdapter::~NestedRefIdAdapter() {} |