9 lines
146 B
C
9 lines
146 B
C
#ifndef EVENTS_H
|
|
#define EVENTS_H
|
|
|
|
#include "wxw.h"
|
|
|
|
wxDECLARE_EVENT(START_EVT, wxCommandEvent);
|
|
wxDECLARE_EVENT(END_EVT, wxCommandEvent);
|
|
|
|
#endif |