Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/libvtv/testsuite/libvtv.cc/event-private.h
2023-03-06 14:48:14 +01:00

7 lines
105 B
C++

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