0ad/source/tools/atlas/AtlasUI/CustomControls/Buttons/ActionButton.cpp
Ykkrosh 914e5f7c2f Rename stdafx.h to precompiled.h
This was SVN commit r5146.
2007-06-05 18:35:05 +00:00

8 lines
159 B
C++

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