#ifndef BrowseMenu_h__ #define BrowseMenu_h__ #include "BaseApp.h" Entity * BrowseMenuCreate(Entity *pParentEnt); #endif // BrowseMenu_h__