Files
wxMahjong/events.h
2022-05-28 19:00:20 +03:00

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