====== zproj_IsInit ====== ===== Description ===== Test whether the current project is initialised. ===== Files ===== ^ Declaration | ''zProj.h'' | ^ Implementation | ''zProj.cpp'' | ===== Function prototype ===== bool zproj_IsInit(); ===== Return value ===== True if the project has been initialised, and false otherwise. ===== Comments ===== None.