mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-07 07:25:47 -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()
|