0ad/source/tools/atlas/AtlasUI/CustomControls/Buttons/ActionButton.cpp

7 lines
158 B
C++
Raw Normal View History

#include "stdafx.h"
#include "ActionButton.h"
BEGIN_EVENT_TABLE(ActionButton, wxButton)
EVT_BUTTON(wxID_ANY, ActionButton::OnClick)
END_EVENT_TABLE()