0ad/source/tools/atlas/AtlasUI/CustomControls/Buttons/ActionButton.cpp
Ykkrosh cf37e9cbe6 Atlas: Added a button. Reorganised game<->UI communication system.
main.cpp: Allowed correct operation when not calling Init/Shutdown.
Game.cpp: Stopped complaint when starting game with no GUI.

This was SVN commit r2446.
2005-06-27 23:04:34 +00:00

7 lines
158 B
C++

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