Retro68/gcc/libvtv/testsuite/libvtv.cc/event-private.h
2014-09-21 19:33:12 +02:00

8 lines
105 B
C++

#include "event.h"
class PrivateEvent: public Event {
public:
PrivateEvent();
~PrivateEvent ();
};