mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
More stuff, fix saved games
This commit is contained in:
15
PortabilityLayer/PLPopupMenuWidget.h
Normal file
15
PortabilityLayer/PLPopupMenuWidget.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
#include "PascalStr.h"
|
||||
#include "PLWidgets.h"
|
||||
|
||||
namespace PortabilityLayer
|
||||
{
|
||||
class PopupMenuWidget final : public WidgetSpec<PopupMenuWidget>
|
||||
{
|
||||
public:
|
||||
explicit PopupMenuWidget(const WidgetBasicState &state);
|
||||
|
||||
bool Init(const WidgetBasicState &state) override;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user