mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-24 03:39:43 +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() {} |