Reset things using team colour on change in SetClanColor in lua. This routine had better have been worth it.
Also add GearHidden to health recount.
Oh. and NEEDS TESTING.
/*
* Copyright (C) 2008 Remko Troncon
*/
#ifndef AUTOUPDATER_H
#define AUTOUPDATER_H
class AutoUpdater
{
public:
virtual ~AutoUpdater();
virtual void checkForUpdates() = 0;
};
#endif