mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-01 18:45:33 +00:00
1ff8abb240
command Static nature of C++ forced me to use templates. Bit frustraiting.
7 lines
161 B
C++
7 lines
161 B
C++
#include "nestedtablewrapper.hpp"
|
|
|
|
CSMWorld::NestedTableWrapperBase::NestedTableWrapperBase()
|
|
{}
|
|
|
|
CSMWorld::NestedTableWrapperBase::~NestedTableWrapperBase()
|
|
{}
|