Initial commit of Dink Smallwood HD source. See the "Programmer readme.txt" for information on how to set it up.
git-svn-id: svn://rtsoft.com/rtsvn/projects/RTDink@1469 353e56fe-9613-0410-8469-b96ad8e6f29c
This commit is contained in:
parent
dfbc2348a5
commit
d4f66a5d2e
115 changed files with 37737 additions and 0 deletions
7
source/GUI/PopUpMenu.h
Normal file
7
source/GUI/PopUpMenu.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
#ifndef PopUpMenu_h__
|
||||
#define PopUpMenu_h__
|
||||
#include "PlatformSetup.h"
|
||||
class Entity;
|
||||
void PopUpCreate(Entity *pEnt, string msg, string url, string button1Action, string button1Label, string button2Action , string button2Label,
|
||||
bool bRequireMoveMessages, string button3Action= "", string button3Label="");
|
||||
#endif // PopUpMenu_h__
|
Loading…
Add table
Add a link
Reference in a new issue