Retro68/LaunchAPPL/Common/ServerProtocol.h
2018-05-05 18:53:27 +02:00

9 lines
93 B
C

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