Files
battleship/include/transport.h
T

6 lines
106 B
C

#pragma once
#include "app_interfaces.h"
typedef struct { transport_t transport; } transport_service_t;