Go to the documentation of this file.
18 #ifndef INCLUDED_INTERFACE
19 #define INCLUDED_INTERFACE
23 #define DECLARE_INTERFACE_TYPE(iname) \
24 virtual JSClass* GetJSClass() const; \
25 static void InterfaceInit(ScriptInterface& scriptInterface); \
26 static int GetInterfaceId() { return IID_##iname; }
28 #endif // INCLUDED_INTERFACE