file.h

changeset 39
110669124caf
parent 38
20f5eaae8425
child 55
b08f10e668e5
equal deleted inserted replaced
38:20f5eaae8425 39:110669124caf
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 ();

mercurial