forked from mirrors/0ad
914e5f7c2f
This was SVN commit r5146.
9 lines
159 B
C++
9 lines
159 B
C++
#include "precompiled.h"
|
|
|
|
#include "ActionButton.h"
|
|
|
|
BEGIN_EVENT_TABLE(ActionButton, wxButton)
|
|
EVT_BUTTON(wxID_ANY, ActionButton::OnClick)
|
|
END_EVENT_TABLE()
|
|
|