22 #ifndef DIRECTOR_LINGO_XLIBS_INSTOBJ_H 23 #define DIRECTOR_LINGO_XLIBS_INSTOBJ_H 32 namespace InstObjXObj {
34 extern const char *xlibName;
38 void close(ObjectType type);
40 void m_new(
int nargs);
41 void m_dispose(
int nargs);
42 void m_name(
int nargs);
43 void m_status(
int nargs);
44 void m_error(
int nargs);
45 void m_lastError(
int nargs);
46 void m_getWinDir(
int nargs);
47 void m_getSysDir(
int nargs);
48 void m_getWinVer(
int nargs);
49 void m_getProcInfo(
int nargs);
50 void m_getDriveType(
int nargs);
51 void m_getFreeSpace(
int nargs);
52 void m_makeDir(
int nargs);
53 void m_dirExists(
int nargs);
54 void m_copyFile(
int nargs);
55 void m_deleteFile(
int nargs);
56 void m_fileExists(
int nargs);
57 void m_addPMGroup(
int nargs);
58 void m_addPMItem(
int nargs);
59 void m_readProfile(
int nargs);
60 void m_writeProfile(
int nargs);
Definition: lingo-object.h:37
Definition: lingo-object.h:71