git-svn-id: svn://rtsoft.com/rtsvn/projects/RTDink@1469 353e56fe-9613-0410-8469-b96ad8e6f29c
8 lines
No EOL
322 B
C++
8 lines
No EOL
322 B
C++
#ifndef QuickTipMenu_h__
|
|
#define QuickTipMenu_h__
|
|
#include "PlatformSetup.h"
|
|
class Entity;
|
|
|
|
Entity * CreateQuickTipFirstTimeOnly(Entity *pParentEnt, string tipFileName, bool bRequireMoveMessages);
|
|
Entity * CreateQuickTip(Entity *pParentEnt, string tipFileName, bool bRequireMoveMessages);
|
|
#endif // QuickTipMenu_h__
|