Retro68/LaunchAPPL/Common/ServerProtocol.h
2018-05-05 23:55:36 +02:00

10 lines
118 B
C

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