diff options
Diffstat (limited to 'private/oleutest/act/goober.idl')
-rw-r--r-- | private/oleutest/act/goober.idl | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/private/oleutest/act/goober.idl b/private/oleutest/act/goober.idl new file mode 100644 index 000000000..d273b1180 --- /dev/null +++ b/private/oleutest/act/goober.idl @@ -0,0 +1,17 @@ +// +// goober.idl +// + +[ + uuid(ffffffff-0000-0000-0000-000000000000), + version(0.0), + pointer_default(unique), + object +] +interface IGoober : IUnknown +{ + import "unknwn.idl"; + + HRESULT Ping(); +} +
\ No newline at end of file |