13 lines
268 B
Plaintext
13 lines
268 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: Name: areascan_do_1
|
|
//:: Created By: Flash
|
|
//:: Created On: 02-mar-2005
|
|
//:://////////////////////////////////////////////
|
|
#include "areascan_inc"
|
|
|
|
void main()
|
|
{
|
|
int iIndex = 1;
|
|
DoMenuCommand(iIndex);
|
|
}
|