git-svn-id: svn://rtsoft.com/rtsvn/projects/RTDink@1469 353e56fe-9613-0410-8469-b96ad8e6f29c
7 lines
No EOL
283 B
C
7 lines
No EOL
283 B
C
#ifndef DMODInstallMenu_h__
|
|
#define DMODInstallMenu_h__
|
|
|
|
#include "App.h"
|
|
|
|
Entity * DMODInstallMenuCreate(Entity *pParentEnt, string dmodURL, string installDirectory, string sourceFileName = "", bool bFromBrowseMenu = false, string dmodName = "");
|
|
#endif // DMODInstallMenu_h__
|