Files
openvehicle-api/examples/_howto_examples/source/example_idl.h
tompzf 6ed4b1534e Precommit (#1)
* first commit

* cleanup
2025-11-04 13:28:06 +01:00

8 lines
82 B
C

#include <interfaces/core.idl>
interface ISayHello
{
void SayHello() const;
};