4 lines
No EOL
129 B
C++
4 lines
No EOL
129 B
C++
#include "pvinstance.h"
|
|
|
|
PVInstance::PVInstance(const InstanceType* type): Instance(type) {}
|
|
PVInstance::~PVInstance() = default; |