Retro68/LaunchAPPL/Common/ServerProtocol.h

10 lines
118 B
C

#pragma once
#include <stdint.h>
enum class RemoteCommand : uint8_t
{
launchApp = 1,
upgradeLauncher = 2
};