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