mirror of
https://github.com/eclipse-openvehicle-api/openvehicle-api.git
synced 2026-02-05 15:18:45 +00:00
8 lines
82 B
C
8 lines
82 B
C
#include <interfaces/core.idl>
|
|
|
|
interface ISayHello
|
|
{
|
|
void SayHello() const;
|
|
};
|
|
|