#pragma once #ifdef GAMEQC entityclass(Rubble); classfield(Rubble).float creationtime; IntrusiveList g_rubble; STATIC_INIT(g_rubble) { g_rubble = IL_NEW(); } void RubbleLimit(string cname, int limit, void(entity) deleteproc); entity RubbleNew(entity e); #endif