Table of Contents

zproj_SaveProject

Description

Save the current project file (*.proj), 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.