Files
pico-launcher/arm7/source/Arm7State.h
2025-11-25 17:41:31 +01:00

9 lines
113 B
C

#pragma once
/// @brief Enum representing the arm7 state.
enum class Arm7State
{
Idle,
ExitRequested
};