DinkSmallwoodHD/source/GUI/EnterURLMenu.h
seth d4f66a5d2e 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
2017-09-12 04:57:47 +00:00

16 lines
No EOL
598 B
C

// ***************************************************************
// EnterURLMenu - Creation date: 01/5/2010
// ------------------------------------------------------------
// Robinson Technologies Copyright (C) 2010 - All Rights Reserved
//
// ***************************************************************
// Programmer(s): Seth A. Robinson (seth@rtsoft.com)
// ***************************************************************
#ifndef EnterURLMenu_h__
#define EnterURLMenu_h__
#include "App.h"
Entity * EnterURLMenuCreate(Entity *pParentEnt);
#endif // EnterURLMenu_h__