LoD_PRC8/_module/nss/areascan_do_8.nss

13 lines
268 B
Plaintext
Raw Normal View History

2023-09-21 21:20:34 -04:00
//::///////////////////////////////////////////////
//:: Name: areascan_do_8
//:: Created By: Flash
//:: Created On: 02-mar-2005
//:://////////////////////////////////////////////
#include "areascan_inc"
void main()
{
int iIndex = 8;
DoMenuCommand(iIndex);
}