#ifndef OptionsMenu_h__ #define OptionsMenu_h__ #include "App.h" Entity * OptionsMenuCreate(Entity *pParentEnt); #endif // OptionsMenu_h__