Pyrogenesis  trunk
Macros
Interface.h File Reference
#include "simulation2/system/IComponent.h"
Include dependency graph for Interface.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DECLARE_INTERFACE_TYPE(iname)
 

Macro Definition Documentation

#define DECLARE_INTERFACE_TYPE (   iname)
Value:
virtual bool NewJSObject(ScriptInterface& scriptInterface, JS::MutableHandleObject out) const; \
static void InterfaceInit(ScriptInterface& scriptInterface); \
static int GetInterfaceId() { return IID_##iname; }
static void out(const wchar_t *fmt,...)
Definition: wdbg_sym.cpp:419
Abstraction around a SpiderMonkey JSContext.
Definition: ScriptInterface.h:71