Retro68/gcc/libvtv/testsuite/libvtv.cc/parts-test-extra-parts-views.h
2014-09-21 19:33:12 +02:00

15 lines
282 B
C++

#ifndef _EXTRA_PARTS_VIEWS_H_
#define _EXTRA_PARTS_VIEWS_H_
#include "parts-test-extra-parts.h"
class ExtraPartsViews : public ExtraParts {
public:
ExtraPartsViews ();
virtual ~ExtraPartsViews ();
virtual void ToolkitInitialized ();
};
#endif /* _EXTRA_PARTS_VIEWS_H_ */