file.h

changeset 39
110669124caf
parent 38
20f5eaae8425
child 55
b08f10e668e5
--- a/file.h	Tue Mar 19 18:25:08 2013 +0200
+++ b/file.h	Tue Mar 19 21:52:38 2013 +0200
@@ -39,6 +39,8 @@
 	
 	// Saves this file to disk.
 	bool save (str zPath = "");
+	
+	// Adds an object to this file at the appropriate location.
 	void addObject (LDObject* obj);
 };
 

mercurial