mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
7 lines
158 B
C++
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()
|