#pragma once #include "instance.h" class TextButtonInstance : public Instance { public: TextButtonInstance(void); ~TextButtonInstance(void); };