MiniEngine/SDLWrapper/_PowerState.h

10 lines
109 B
C

#pragma once
enum class PowerState
{
Unknown,
OnBattery,
NoBattery,
Charging,
Charged
};