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