mirror of
https://forge.sourceware.org/marek/gcc.git
synced 2026-02-22 03:47:02 -05:00
11 lines
61 B
C++
11 lines
61 B
C++
#include "event.h"
|
|
|
|
Event::Event()
|
|
{
|
|
}
|
|
|
|
Event::~Event()
|
|
{
|
|
|
|
}
|