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