git-svn-id: svn://rtsoft.com/rtsvn/projects/RTDink@1469 353e56fe-9613-0410-8469-b96ad8e6f29c
7 lines
No EOL
141 B
C
7 lines
No EOL
141 B
C
#ifndef AboutMenu_h__
|
|
#define AboutMenu_h__
|
|
#include "BaseApp.h"
|
|
Entity * AboutMenuCreate(Entity *pParentEnt);
|
|
|
|
|
|
#endif // AboutMenu_h__
|