git-svn-id: svn://rtsoft.com/rtsvn/projects/RTDink@1469 353e56fe-9613-0410-8469-b96ad8e6f29c
9 lines
No EOL
150 B
C
9 lines
No EOL
150 B
C
#ifndef OptionsMenu_h__
|
|
#define OptionsMenu_h__
|
|
|
|
#include "App.h"
|
|
|
|
|
|
|
|
Entity * OptionsMenuCreate(Entity *pParentEnt);
|
|
#endif // OptionsMenu_h__
|