IKOALA16.H

/* 
* NOTE: This file is a 16-bit modification of ikoala.h.
* This is not generated by MIDL directly.
*/

#ifndef __ikoala_h__
#define __ikoala_h__


DECLARE_INTERFACE_(IKoala, IUnknown)
{
//IUnknown members
STDMETHOD(QueryInterface) (THIS_ REFIID, PPVOID) PURE;
STDMETHOD_(ULONG,AddRef) (THIS) PURE;
STDMETHOD_(ULONG,Release) (THIS) PURE;

STDMETHOD(ClimbEucalyptusTree)(THIS_ short) PURE;
STDMETHOD(PouchOpensDown)(THIS) PURE;
STDMETHOD(SleepAfterEating)(THIS_ short) PURE;
};

typedef IKoala *PKOALA, FAR *LPKOALA;

#endif //__ikoala_h__