blob: 01d33377aef0db13c83d791e38e725727485b6bf [file] [log] [blame]
The Android Open Source Project52d4c302009-03-03 19:29:09 -08001//
2// Copyright 2005 The Android Open Source Project
3//
4// Some additional glue for "user event" type.
5//
6
7// For compilers that support precompilation, include "wx/wx.h".
8#include "wx/wxprec.h"
9
10// Otherwise, include all standard headers
11#ifndef WX_PRECOMP
12# include "wx/wx.h"
13#endif
14
15#include "UserEvent.h"
16
17DEFINE_EVENT_TYPE(wxEVT_USER_EVENT)
18
19IMPLEMENT_DYNAMIC_CLASS(UserEvent, wxEvent)
20