====== zproj_SaveProject ====== ===== Description ===== Save the current [[l3dt:formats:specs:proj|project file]] (*.proj), [[l3dt:formats:specs:def.xml|map definition file]] (*.def.xml), and any unsaved/modified map files. ===== Files ===== ^ Declaration | ''zProj.h'' | ^ Implementation | ''zProj.cpp'' | ===== Function prototype ===== bool zproj_SaveProject(); ===== Return value ===== False if an error occurred, and true otherwise. ===== Comments ===== None.