37 // Closes this OpenFile. The object is deleted in the process. |
37 // Closes this OpenFile. The object is deleted in the process. |
38 void close (); |
38 void close (); |
39 |
39 |
40 // Saves this file to disk. |
40 // Saves this file to disk. |
41 bool save (str zPath = ""); |
41 bool save (str zPath = ""); |
|
42 |
|
43 // Adds an object to this file at the appropriate location. |
42 void addObject (LDObject* obj); |
44 void addObject (LDObject* obj); |
43 }; |
45 }; |
44 |
46 |
45 // Close all current loaded files and start off blank. |
47 // Close all current loaded files and start off blank. |
46 void newFile (); |
48 void newFile (); |