mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-15 21:49:56 +00:00
8 lines
No EOL
107 B
C++
8 lines
No EOL
107 B
C++
|
|
#include "ref.hpp"
|
|
|
|
CSMWorld::CellRef::CellRef()
|
|
{
|
|
mRefNum.mIndex = 0;
|
|
mRefNum.mContentFile = 0;
|
|
} |