18 lines
440 B
Plaintext
18 lines
440 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: Name: pgs_mod_heartbea
|
|
//:: Copyright (c) 2001 Bioware Corp.
|
|
//:://////////////////////////////////////////////
|
|
/*
|
|
OnHeartbeat event for the module.
|
|
*/
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Samius Maximus
|
|
//:: Created On:
|
|
//:://////////////////////////////////////////////
|
|
#include "inc_gsystem_evnt"
|
|
|
|
void main()
|
|
{
|
|
PGSModuleHeartbeatEvent();
|
|
}
|