rnr/Projects/Engine/Source/App/V8/Tree/PVInstance.cpp

9 lines
131 B
C++

#include <App/V8/Tree/PVInstance.hpp>
namespace RNR
{
PVInstance::PVInstance() : m_cframe(), Instance()
{
}
}