forked from mirrors/0ad
3d26549032
This was SVN commit r3802.
7 lines
152 B
C++
7 lines
152 B
C++
#include "stdafx.h"
|
|
|
|
#include "ActionButton.h"
|
|
|
|
BEGIN_EVENT_TABLE(ActionButton, wxButton)
|
|
EVT_BUTTON(wxID_ANY, ActionButton::OnClick)
|
|
END_EVENT_TABLE() |