#ifndef EVENTS_H
#define EVENTS_H

#include "wxw.h"

wxDECLARE_EVENT(START_EVT, wxCommandEvent);
wxDECLARE_EVENT(END_EVT, wxCommandEvent);

#endif