13 lines
No EOL
236 B
C++
13 lines
No EOL
236 B
C++
#pragma once
|
|
|
|
#include "objects/annotation.h"
|
|
#include "objects/base/instance.h"
|
|
|
|
class DEF_INST_ABSTRACT PVInstance : public Instance {
|
|
AUTOGEN_PREAMBLE
|
|
|
|
protected:
|
|
PVInstance(const InstanceType*);
|
|
public:
|
|
~PVInstance();
|
|
}; |