generated from Jaysyn/ModuleTemplate
16 lines
375 B
Plaintext
16 lines
375 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: Name Lootable corpse placeable on close script
|
|
//:: FileName loot_h
|
|
//:: Copyright (c) 2001 Bioware Corp.
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Sentur Signe
|
|
//:://////////////////////////////////////////////
|
|
|
|
#include "loot_h"
|
|
void main()
|
|
{
|
|
LOOT_CloseCorpse();
|
|
}
|
|
|
|
|