MiniEngine/SDLWrapper/_PowerState.h

10 lines
109 B
C
Raw Normal View History

2017-06-18 20:37:17 +08:00
#pragma once
enum class PowerState
{
Unknown,
OnBattery,
NoBattery,
Charging,
Charged
};