#pragma once
#include "begin_code.h"
enum class PowerState
{
Unknown,
OnBattery,
NoBattery,
Charging,
Charged
};
#include "end_code.h"