mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 23:00:42 +00:00
More stuff, fix saved games
This commit is contained in:
14
PortabilityLayer/PLPopupMenuWidget.cpp
Normal file
14
PortabilityLayer/PLPopupMenuWidget.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "PLPopupMenuWidget.h"
|
||||
|
||||
namespace PortabilityLayer
|
||||
{
|
||||
PopupMenuWidget::PopupMenuWidget(const WidgetBasicState &state)
|
||||
: WidgetSpec<PopupMenuWidget>(state)
|
||||
{
|
||||
}
|
||||
|
||||
bool PopupMenuWidget::Init(const WidgetBasicState &state)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user