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 |