#include "stdafx.h" #include "Object.h" cGather::cGather( cObjectManager* manager ) : cObject( eOBJECTTYPE_GATHERING, manager ) { } cGather::~cGather() { } void cGather::Process( unsigned long deltaTime, unsigned long accumTime ) { deltaTime; accumTime; }