file.h

changeset 94
a9e67f6e610e
parent 72
5755c02d89f0
child 98
5dcc551f260a
equal deleted inserted replaced
93:92682e6369e9 94:a9e67f6e610e
40 40
41 // Saves this file to disk. 41 // Saves this file to disk.
42 bool save (str zPath = ""); 42 bool save (str zPath = "");
43 43
44 // Adds an object to this file at the appropriate location. 44 // Adds an object to this file at the appropriate location.
45 void addObject (LDObject* obj); 45 ulong addObject (LDObject* obj);
46 46
47 // Deletes the given object from the object chain. 47 // Deletes the given object from the object chain.
48 void forgetObject (LDObject* obj); 48 void forgetObject (LDObject* obj);
49 }; 49 };
50 50

mercurial