22 #ifndef DIRECTOR_LINGO_XLIBS_DLLGLUE_H 23 #define DIRECTOR_LINGO_XLIBS_DLLGLUE_H 32 namespace DLLGlueXObj {
34 extern const char *xlibName;
38 void close(ObjectType type);
40 void m_new(
int nargs);
41 void m_name(
int nargs);
42 void m_call(
int nargs);
43 void m_status(
int nargs);
44 void m_error(
int nargs);
45 void m_lastError(
int nargs);
46 void m_windowHandle(
int nargs);
47 void m_comment(
int nargs);
48 void m_debug(
int nargs);
Definition: lingo-object.h:37
Definition: lingo-object.h:71