mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
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.
7 lines
No EOL
158 B
C++
7 lines
No EOL
158 B
C++
#include "stdafx.h"
|
|
|
|
#include "ActionButton.h"
|
|
|
|
BEGIN_EVENT_TABLE(ActionButton, wxButton)
|
|
EVT_BUTTON(wxID_ANY, ActionButton::OnClick)
|
|
END_EVENT_TABLE() |