/* * targethelper.h * * Created on: Oct 15, 2016 * Author: nullifiedcat */ #pragma once class CachedEntity; int GetScoreForEntity(CachedEntity *entity);