diff -r 20f5eaae8425 -r 110669124caf file.h --- 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); };